TapGestureRecognizer.TappedCallback Propriété

Définition

Attention

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

Action à appeler quand le geste a été déclenché par l’utilisateur. Il s’agit d’une propriété pouvant être liée.

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

Valeur de propriété

System.Action<View,System.Object>

Action qui sera appelée.

Attributs
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Remarques

L’objet passé au rappel sera le contenu de TappedCallbackParameter.

S’applique à