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