DataGridCellEventArgs.CreateArgs

Syntax

CreateArgs(Grid: IDataGrid; Row: Integer; Column: Integer);

Parameters

Grid. Table, for which the event is generated.

Row. Number of the cell row, for which the event is generated.

Column. Pass-through cell column number, for which the event is generated.

Description

The CreateArgs constructor creates an argument of the events related to table cells.

See also:

DataGridCellEventArgs