共用方式為


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

中斷連結行為的來源可繫結物件。

適用於