ReportBeforeExpanderChangedEventArgs.Create

Syntax

Create(Report: IReportBox; Sheet: IPrxSheet; Row: Integer; Column: Integer; State: TriState; Cancel: Boolean);

Parameters

Report. The component, for which the event is generated

Sheet. The report sheet, for which the event is generated.

Row. Index of the row that contains expander.

Column. Index of the column that contains expander.

State. Expander state.

Cancel. It indicates whether expander toggling is undone.

Description

The Create constructor creates an argument of the event that occurs before changing state of expander displayed in a data grid cell.

See also:

ReportBeforeExpanderChangedEventArgs