Sub OnCollapsed(Sender: Object; Args: ITreeNodeEventArgs);
Begin
//set of operators;
End Sub OnCollapsed;
Sender - parameter that returns the component that has generated the event.
Args - parameter that enables the user to determine event parameters.
The OnCollapsed event occurs after the child hierarchy of the tree node is collapsed.
The event occurs only if the OnCollapsing event has occurred.
See also: