Sub Name(Sender: Object; Args: ITreeNodeActionEventArgs);
Begin
//set of operators;
End Sub Name;
Sender - parameter that returns the component that has generated the event.
Args - parameter that enables the user to determine event parameters.
The OnFocusedChanging event occurs before the focus is passed to another node of the component.
See also: