Sub OnSelectionChanged(Sender: Object; Args: ITreeControlEventArgs);
Begin
//set of operators;
End Sub OnSelectionChanged;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnSelectionChanged event occurs when the selection of the node of the component is changed.
This event occurs, if the OnSelected or OnUnselected event occurred.
See also: