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