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


"

The following tables list the members exposed by NodeDoubleClickEventArgs.

"

Public Constructors

 NameDescription
public ConstructorNodeDoubleClickEventArgs ConstructorThe constructor for the NodeDoubleClick Event  
Top

Public Properties

 NameDescription
public PropertyButtonThe mouse button used to double click the node.  
public PropertyColumnIndexThe zero-based index of the dbiColumnItem where the double click occurred.  
public PropertyColumnItemThe dbiColumnItem where the double click occurred  
public PropertyNodeItemThe dbiNodeItem that was double clicked  
public PropertyXThe X coordinate where the double click occurred  
public PropertyYThe Y coordinate where the double click occurred.  
Top

See Also