Sub OnEditing(Sender: Object; Args: ITreeNodeActionEventArgs);
Begin
//set of operators;
End Sub OnEditing;
Sender - parameter that returns the component that has generated the event.
Args - parameter that enables the user to determine event parameters.
The OnEditing event occurs on activating the edit mode of the field contents of the current component record.
See also: