Xamarin.Forms.TapGestureRecognizer.TappedCallback Property
The action to invoke when the gesture has been triggered by the user. This is a bindable property.

Syntax

[System.Obsolete("Obsolete in 1.0.2. Use Command instead")]
public Action<View, object> TappedCallback { get; set; }

Value

An action that will be invoked.

Remarks

The object passed to the callback will be the contents of TapGestureRecognizer.TappedCallbackParameter.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0