Aracılığıyla paylaş


TapGestureRecognizer.TappedCallback Özellik

Tanım

Dikkat

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

Hareket kullanıcı tarafından tetiklendiğinde çağrılacak eylem. Bu bağlanabilir bir özelliktir.

[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

Özellik Değeri

System.Action<View,System.Object>

Çağrılacak bir eylem.

Öznitelikler
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Açıklamalar

Geri çağırmaya geçirilen nesne içeriği TappedCallbackParameterolacaktır.

Şunlara uygulanır