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