TabCellEventArgs.CreateTabCellArgs

Syntax

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

Parameters

TabSheet - the object of TabSheetBox, for which an event occurs.

Row - the row, in which the event occurs.

Column - the column, in which the event occurs.

Description

The CreateTabCellArgs constructor creates argument of the event that occurs on clicking a cell of the TabSheetBox component.

See also:

TabCellEventArgs