CreateArgs(Grid: IDataGrid; Row: Integer; Column: Integer);
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 event is generated.
The CreateArgs constructor creates an argument of the events related to table cells.
See also: