TabRowEventArgs.CreateTabRowArgs

Syntax

CreateTabRowArgs(TabSheet: ITabSheetBox; Row: Integer);

Parameters

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

Row is the row in which the event occurs.

Description

The CreateTabRowArgs constructor creates argument of the event that occurs on clicking heading of a data grid row.

See also:

TabColumnEventArgs