Skip to main content

OnTapCell Delegate

NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Controls

Tap cell event handler.

public delegate void OnTapCell(object sender, TapCellEventArgs args);

Parameters

ParameterTypeDescription
senderobjectObject associated with this event.
argsTapCellEventArgsTap cell event arguments.