TabCellBaseEventArgs.CreateTabCellArgs

Syntax

CreateTabCellArgs(TabSheet: ITabSheet; Row: Integer; Column: Integer);

Parameters

TabSheet - table of the component for which the event is generated.

Row - index of the row containing the cell for which the event is generated.

Column - index of the column containing the cell for which the event is generated.

Description

The CreateTabCellArgs constructor creates argument of events related to a table cell.

See also:

TabCellBaseEventArgs