TabExpanderChangedEventArgs.CreateExpanderArgs

Syntax

CreateExpanderArgs(Sheet: ITabSheetBox; Row: Integer; Column: Integer; State: TriState);

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.

Description

The CreateExpanderArgs constructor creates argument of the event that occurs on toggling table cell expander.

See also:

TabExpanderChangedEventArgs