Sub OnEdited(Sender: Object; Args: ITreeNodeEditEventArgs);
Begin
//set of operators;
End Sub OnEdited;
The Sender parameter returns the component that has generated the event.
The Args parameter allows 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: