Table of Contents

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

sender object

Object associated with this event.

args DataGrid.TapCellEventArgs

Tap cell event arguments.