dbicExplorerBar Send comments on this topic.
ItemClickEventArgs Class Members
See Also  Properties 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace : ItemClickEventArgs Class


"

The following tables list the members exposed by ItemClickEventArgs.

"

Public Constructors

 NameDescription
public ConstructorItemClickEventArgs ConstructorCreates a new instance of the ItemClickEventArgs.  
Top

Public Properties

 NameDescription
public PropertyItemIndexThe ItemIndex value associated with the Item being clicked on.  
public PropertyListIndexThe ListIndex value associated with the Item being clicked on.  
public PropertyMouseEventsThe MouseEventArgs that occur when the Item is clicked.  
Top

See Also