dbicList Send comments on this topic.
BeforeNodeSelectEventArgs Class Members
See Also  Properties 
dbicBase Assembly > Dbi.WinControl Namespace : BeforeNodeSelectEventArgs Class


"

The following tables list the members exposed by BeforeNodeSelectEventArgs.

"

Public Constructors

 NameDescription
public ConstructorBeforeNodeSelectEventArgs ConstructorInitializes a new instance of the class.  
Top

Public Properties

 NameDescription
public PropertyAllowSelectDetermines if the node will be selected.  
public PropertyNodeItemThe dbiNodeItem that will be selected.  
public PropertyXThe X coordinate where the selection is occurring  
public PropertyYThe Y coordinate where the selection is occurring.  
Top

See Also