Behavior<T>.OnAttachedTo 方法

定义

重载

OnAttachedTo(T)

应用程序开发者可重写此方法以实现与 bindable 关联的行为。

OnAttachedTo(BindableObject)

附加到超类,然后在此对象上调用 OnAttachedTo(T) 方法。

OnAttachedTo(T)

应用程序开发者可重写此方法以实现与 bindable 关联的行为。

protected virtual void OnAttachedTo (T bindable);
override this.OnAttachedTo : 'T -> unit

参数

bindable
T

要附加行为的可绑定对象。

适用于

OnAttachedTo(BindableObject)

附加到超类,然后在此对象上调用 OnAttachedTo(T) 方法。

protected override void OnAttachedTo (Xamarin.Forms.BindableObject bindable);
override this.OnAttachedTo : Xamarin.Forms.BindableObject -> unit

参数

bindable
BindableObject

要附加行为的可绑定对象。

适用于