EditContolCreatedEventArgs Constructor

Constructor of the event argument class.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public EditContolCreatedEventArgs(
	DataGridColumn column,
	Control editControl
)

Parameters

column  DataGridColumn
The column for which the edit control is created.
editControl  Control
The edit control, created for editing the cells of the column.

See Also