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


"

The following tables list the members exposed by NodeClickEventArgs.

"

Public Constructors

 NameDescription
public ConstructorNodeClickEventArgs ConstructorThe constructor for the NodeClick event.  
Top

Public Properties

 NameDescription
public PropertyButtonThe mouse button used to click the node.  
public PropertyColumnIndexThe zero-based index of the dbiColumnItem at the point where the node was clicked.  
public PropertyColumnItemThe dbiColumnItem at the point where the node was clicked.  
public PropertyHandledDetermines if the developer has handled the click operation themselves.  
public PropertyNodeItemThe dbiNodeItem that was clicked.  
public PropertyXThe X coordinate where the click occurred.  
public PropertyYThe Y coordinate where the click occurred.  
Top

See Also