DataGridColumnEventArgs.Create

Syntax

Create(Grid: IDataGrid; Column: IDataGridColumn);

Parameters

Grid - the table for which the event is generated.

Column - the column for which the event is generated.

Description

The Create constructor creates argument of the events for any column of the DataGrid component.

See also:

DataGridColumnEventArgs