TabCellAfterEditBaseEventArgs.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 whether the value changes after editing the table cell.

Description

The Create constructor creates event argument containing the indicator of changed cell value.

See also:

TabCellAfterEditBaseEventArgs