Sub OnFocusedChanged(Sender: Object; Args: ITreeControlEventArgs);
Begin
//set of operators;
End Sub OnFocusedChanged;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
the OnFocusedChanged event occurs after the focus has been passed to another node of the component.
See also: