DataGridColumnEventArgs.Create

Syntax

Create(Grid: IDataGrid; Column: IDataGridColumn);

Parameters

Grid. Table, for which the event is generated.

Column. Column, for which the event is generated.

Description

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

See also:

DataGridColumnEventArgs