OnTapCell Delegate
Namespace: GHIElectronics.TinyCLR.UI.Controls · Assembly: GHIElectronics.TinyCLR.UI
Tap cell event handler.
public delegate void OnTapCell(object sender, TapCellEventArgs args);
Parameters
| Parameter | Type | Description |
|---|---|---|
sender | object | Object associated with this event. |
args | TapCellEventArgs | Tap cell event arguments. |