Sub OnChecked(Sender: Object; Args: ITreeNodeCheckedEventArgs);
Begin
//set of operators;
End Sub OnChecked;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnChecked event occurs after flag state of the element has been changed.
This event occurs, if the CheckBoxes property is set to True.
See also: