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