Create(Grid: IDataGrid; Row: Integer; Column: Integer; Value: Variant);
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.
Value - value assigned to a a cell.
The Create constructor creates an argument of the event before assignment of a new value to a cell.
See also: