CustomEditorEventArgs Constructor
Initializes a new instance of the DataGridCellEventArgs class.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public CustomEditorEventArgs(
DataGridCell aChangedCell,
Control aCustomEditor
)
Public Sub New (
aChangedCell As DataGridCell,
aCustomEditor As Control
)
Parameters
- aChangedCell DataGridCell
- Reference to the cell being edited.
- aCustomEditor Control
- A custom editor that should be used
to edit a cell.