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