Behavior<T>.OnDetachingFrom メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
OnDetachingFrom(BindableObject) |
アプリケーション開発者は、OnAttachedTo(BindableObject) メソッドへの以前の呼び出しに実装されていた |
OnDetachingFrom(T) |
アプリケーション開発者は、OnAttachedTo(T) メソッドへの以前の呼び出しに実装されていた |
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
動作がアタッチ解除されたバインド可能なオブジェクトです。