次の方法で共有


Behavior<T>.OnDetachingFrom メソッド

定義

オーバーロード

OnDetachingFrom(BindableObject)

アプリケーション開発者は、OnAttachedTo(BindableObject) メソッドへの以前の呼び出しに実装されていた bindable から動作を削除するために、このメソッドをオーバーライドします。

OnDetachingFrom(T)

アプリケーション開発者は、OnAttachedTo(T) メソッドへの以前の呼び出しに実装されていた bindable から動作を削除するために、このメソッドをオーバーライドします。

OnDetachingFrom(BindableObject)

アプリケーション開発者は、OnAttachedTo(BindableObject) メソッドへの以前の呼び出しに実装されていた bindable から動作を削除するために、このメソッドをオーバーライドします。

protected:
 override void OnDetachingFrom(Microsoft::Maui::Controls::BindableObject ^ bindable);
protected override void OnDetachingFrom (Microsoft.Maui.Controls.BindableObject bindable);
override this.OnDetachingFrom : Microsoft.Maui.Controls.BindableObject -> unit
Protected Overrides Sub OnDetachingFrom (bindable As BindableObject)

パラメーター

bindable
BindableObject

動作がアタッチ解除されたバインド可能なオブジェクトです。

適用対象

OnDetachingFrom(T)

アプリケーション開発者は、OnAttachedTo(T) メソッドへの以前の呼び出しに実装されていた bindable から動作を削除するために、このメソッドをオーバーライドします。

protected:
 virtual void OnDetachingFrom(T bindable);
protected virtual void OnDetachingFrom (T bindable);
override this.OnDetachingFrom : 'T -> unit
Protected Overridable Sub OnDetachingFrom (bindable As T)

パラメーター

bindable
T

動作がアタッチ解除されたバインド可能なオブジェクトです。

適用対象