DataGridCellChangeEventArgs.Create

Syntax

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

Parameters

Grid - table, for which the event is generated.

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

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

Value - new cell value.

Description

The Create constructor creates an argument of the event after changing cell value.

See also:

DataGridCellChangeEventArgs