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 for.
Column - pass-through cell column number, for which the event is generated.
Value - new cell value.
The Create constructor creates an argument of the event after changing cell value.
See also: