TabBeforeExpanderChangedEventArgs.Create

Syntax

Create(Sheet: ITabSheetBox; Row: Integer; Column: Integer; State: TriState; Cancel: Boolean);

Parameters

Sheet. The component, for which event is generated.

Row. Index of the row containing the expander.

Column. Index of the column containing the expander.

State. Expander state.

Cancel. Indicates that expander toggling is prohibited.

Description

The Create constructor creates argument of the event that occurs before toggling expander in the table cell.

See also:

TabBeforeExpanderChangedEventArgs