次の方法で共有


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

動作が添付されたバインド可能なオブジェクト。

適用対象