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 an argument of the event that occurs on clicking a table row header.

See also:

TabColumnEventArgs