EditContolCreatedEventArgs Constructor
Constructor of the event argument class.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public EditContolCreatedEventArgs(
DataGridColumn column,
Control editControl
)
Public Sub New (
column As DataGridColumn,
editControl As Control
)
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.