TabCellBeforeEditEventArgs.Create

Syntax

Create(TabSheet: ITabSheetBox; Row: Integer; Column: Integer; Cancel: Boolean);

Parameters

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

Row - the row, in which the event occurs.

Column - the column, in which the event occurs.

Cancel - the parameter, defining whether changes in the cell should be cancelled.

Description

The Create constructor creates argument of the event that occurs before cell editing starts.

See also:

TabCellBeforeEditEventArgs