共用方式為


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

附加行為的目標可繫結物件。

適用於