TapGestureRecognizer.TappedCallbackParameter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute
Remarks
The primary use case for this property is Xaml bindings.