TabColumnResizingEventArgs.Create

Syntax

Create(Sheet: ITabSheetBox; Column: Integer; ResizeType: TabRowColumnResizeType; Cancel: Boolean);

Parameters

Sheet. The component, for which event is generated.

Column. The column for which the event is generated.

ResizeType. Operation that changes column size.

Cancel.Indicates that column resizing was cancelled.

Description

The Create constructor creates argument of the event that occurs at each visible change in table column's size.

See also:

TabColumnResizingEventArgs