Share via


TapGestureRecognizer.TappedCallback Proprietà

Definizione

Attenzione

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

Azione da richiamare quando il gesto è stato attivato dall'utente. Si tratta di una proprietà associabile.

[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

Valore della proprietà

System.Action<View,System.Object>

Azione che verrà richiamata.

Attributi
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Commenti

L'oggetto passato al callback sarà il contenuto di TappedCallbackParameter.

Si applica a