| 
 | 
 | 
 | 
| Action Event, GenericPartClass Class | 
Occurs when a part's action is triggered by the user.
Syntax GenericPartClass Class (Softelvdm.Controls)
| VB | Public Event Action As ActionEventHandler | 
| C# | public event ActionEventHandler Action; | 
| C++ | public: event ActionEventHandler Action; | 
Event Data
The Action event handler receives an argument of type ActionEventArgs containing data related to this event.
Comments
The Action event occurs when a part's action event is triggered by the user.
An Action event occurs when the user clicks on the part. All parts except for the gap part (GapPartClass) generate this event.
SftTree/NET 2.0: It is also possible to handle the control's ItemClick event instead. If the Action event is used, the ItemClick event does not occur.
Version Information
Supported in version 1.0.
   Products Table