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