DataGridCellEventHandler Delegate
Represents the method that will handle an event.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public delegate void DataGridCellEventHandler(
Object sender,
DataGridCellEventArgs e
)
Public Delegate Sub DataGridCellEventHandler (
sender As Object,
e As DataGridCellEventArgs
)
Parameters
- sender Object
- The source of the event.
- e DataGridCellEventArgs
- A DataGridCellEventArgs that contains no event data.