CellClickEventArgs Constructor
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public CellClickEventArgs(
DataGridCell aCell
)
Public Sub New (
aCell As DataGridCell
)
Parameters
- aCell DataGridCell
- A reference to DataGridCell which was clicked.