Skip to main content

OnTapCell Delegate

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

Tap cell event handler.

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

Parameters

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