| 
 | 
 | 
 | 
| 
        | Item Field, ItemClickEventArgs Class | 
Defines which item was clicked. May be null/Nothing indicating that no item is associated with this event.
Syntax ItemClickEventArgs Class (Softelvdm.SftTreeNET)
| VB | Public ReadOnly Property Item As ItemClass | 
| C# | public readonly ItemClass Item; | 
| C++ | public: <readonly> ItemClass^ Item; | 
Comments
The Item field defines which item was clicked. May be null/Nothing indicating that no item is associated with this event.