Behavior.OnAttachedTo(BindableObject) 方法

定义

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

protected:
 virtual void OnAttachedTo(Microsoft::Maui::Controls::BindableObject ^ bindable);
protected virtual void OnAttachedTo (Microsoft.Maui.Controls.BindableObject bindable);
abstract member OnAttachedTo : Microsoft.Maui.Controls.BindableObject -> unit
override this.OnAttachedTo : Microsoft.Maui.Controls.BindableObject -> unit
Protected Overridable Sub OnAttachedTo (bindable As BindableObject)

参数

bindable
BindableObject

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

适用于