DataGridCellEventArgs.CreateArgs

Syntax

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

Parameters

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.

Description

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

See also:

DataGridCellEventArgs