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


"

For a list of all members of this type, see NodeClickEventArgs members.

"

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