DataGridCellChangeEventArgs.Create

Syntax

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

Parameters

Grid - the table for which the event is generated.

Row - cell string number, the event is generated for.

Column - end-to-end cell column number, the event is generated for.

Value - new cell value.

Description

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

See also:

DataGridCellChangeEventArgs