DataGridCellEventArgs Constructor

Initializes a new instance of the DataGridCellEventArgs class.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public DataGridCellEventArgs(
	DataGridCell anChangedCell
)

Parameters

anChangedCell  DataGridCell
Reference to DataGridCell which has been changed.

See Also