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