TapGestureRecognizer.TappedCallbackParameter Property

Definition

Caution

TappedCallbackParameter is obsolete as of version 1.0.2. Please use Command instead.

An object to be passed to the TappedCallback. This is a bindable property.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("TappedCallbackParameter is obsolete as of version 1.0.2. Please use Command instead.")]
public object TappedCallbackParameter { get; set; }
member this.TappedCallbackParameter : obj with get, set

Property Value

An object.

Attributes

Remarks

The primary use case for this property is Xaml bindings.

Applies to