DataGridCellEventHandler Delegate

Represents the method that will handle an event.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public delegate void DataGridCellEventHandler(
	Object sender,
	DataGridCellEventArgs e
)

Parameters

sender  Object
The source of the event.
e  DataGridCellEventArgs
A DataGridCellEventArgs that contains no event data.

See Also