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
中斷連結行為的來源可繫結物件。