DataGridBeforeCellChangeEventArgs.Create

Syntax

Create(Grid: IDataGrid; Row: Integer; Column: Integer; Value: Variant);

Parameters

Grid. Table, for which the event is generated.

Row. Number of the cell row, for which the event is generated.

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

Value. Value that will be assigned to cell.

Description

The Create constructor creates an argument of the event before assignment of a new value to a cell.

See also:

DataGridBeforeCellChangeEventArgs