| 
 | 
 | 
 | 
| 
        | RadioButtonClicked Event, SftTree Class | 
Occurs when a radiobutton part (RadioButtonPartClass) is clicked.
Syntax SftTree Class (Softelvdm.SftTreeNET)
| VB | Public Event RadioButtonClicked As RadioButtonEventHandler | 
| C# | public event RadioButtonEventHandler RadioButtonClicked; | 
| C++ | public: event RadioButtonEventHandler RadioButtonClicked; | 
Event Data
The RadioButtonClicked event handler receives an argument of type PartEventArgs containing data related to this event.
Comments
The RadioButtonClicked event occurs when a radiobutton part (RadioButtonPartClass) is clicked.