Sub OnExpanding(Sender: Object; Args: IDimensionAllowActionEventArgs);
Begin
//set of operators;
End Sub OnExpanding;
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnExpanding event occurs directly before expanding the tree node children hierarchy.
See also: