Create(Grid: IDataGrid; Row: Integer; Column: Integer; Changed: Boolean);
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.
Changed - indicates whether the cell value is changed.
The Create constructor creates an argument of the event after editing cell value.
See also: