Sub OnBeforeExpanderChanged(Sender: Object; Args: IReportBeforeExpanderChangedEventArgs);
Begin
//set of operators;
End Sub OnBeforeExpanderChanged;
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnBeforeExpanderChanged event occurs before changing expander state in a table cell.
See also: