DataGridCellEventArgs.CreateArgs

Syntax

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

Parameters

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, for which event is generated.

Description

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

See also:

DataGridCellEventArgs