TabRowResizingEventArgs.Create

Syntax

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

Parameters

Sheet. The component, for which event is generated.

Row. The row for which the event is generated.

ResizeType. Operation that changes row size.

Cancel. Indicates that row resizing was cancelled.

Description

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

See also:

TabRowResizingEventArgs