Delegate DataGrid.OnTapCell
- Namespace
- GHIElectronics.Endpoint.UI.Controls
- Assembly
- GHIElectronics.Endpoint.UI.dll
Tap cell event handler.
public delegate void DataGrid.OnTapCell(object sender, DataGrid.TapCellEventArgs args)
Parameters
senderobjectObject associated with this event.
argsDataGrid.TapCellEventArgsTap cell event arguments.