CellClickEventArgs Constructor

Initializes a new instance of CellClickEventArgs.

Definition

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

Parameters

aCell  DataGridCell
A reference to DataGridCell which was clicked.

See Also