ReportBox.OnBeforeExpanderChanged

Syntax

Sub OnBeforeExpanderChanged(Sender: Object; Args: IReportBeforeExpanderChangedEventArgs);

Begin

//set of operators;

End Sub OnBeforeExpanderChanged;

Parameters

Sender. The parameter that returns the component that generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnBeforeExpanderChanged event occurs before changing expander state in a table cell.

See also:

ReportBox