Sub OnAdded(Sender: Object; Args: ITreeNodeEventArgs);
Begin
//set of operators;
End Sub OnAdded;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnAdded event occurs when the new element is added.
See also: