DataGridCellBeforeEditEventArgs.Create

Syntax

Create(Grid: IDataGrid; Row: Integer; Column: Integer; Cancel: Boolean);

Parameters

Grid - table, for which the event is generated.

Row - cell row number, for which the event is generated.

Column - pass-through cell column number, for which the event is generated.

Cancel - indicates whether cell is edited.

Description

The Create constructor creates an argument of the event before editing cell value.

See also:

DataGridCellBeforeEditEventArgs