TabColumnEventArgs.CreateTabColumnArgs

Syntax

TabColumnEventArgs.CreateTabColumnArgs(TabSheet: ITabSheetBox; Column: Integer);

Parameters

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

Column - the column, in which the event occurs.

Description

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

See also:

TabColumnEventArgs