TabCellBeforeEditBaseEventArgs.Create

Fore Syntax

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

Fore.NET Syntax

Create(TabSheet: Prognoz.Platform.Interop.Tab.TabSheet; Row: Integer; Column: Integer; Cancel: Boolean);

Parameters

TabSheet - table of the component for which the event is generated.

Row - index of the row containing the cell for which the event is generated.

Column - index of the column containing the cell for which the event is generated.

Cancel - shows that cell editing is cancelled.

Description

The Create constructor creates event argument containing the indicator of canceling the cell editing.

See also:

TabCellBeforeEditBaseEventArgs