Behavior<T>.OnAttachedTo 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
OnAttachedTo(T) |
應用程式開發人員可以覆寫這個方法,以實作將與 |
OnAttachedTo(BindableObject) |
附加至 Superclass,然後對此物件呼叫 OnAttachedTo(T) 方法。 |
OnAttachedTo(T)
應用程式開發人員可以覆寫這個方法,以實作將與 bindable
建立關聯的行為。
protected virtual void OnAttachedTo (T bindable);
override this.OnAttachedTo : 'T -> unit
參數
- bindable
- T
附加行為的目標可繫結物件。
適用於
OnAttachedTo(BindableObject)
附加至 Superclass,然後對此物件呼叫 OnAttachedTo(T) 方法。
protected override void OnAttachedTo (Xamarin.Forms.BindableObject bindable);
override this.OnAttachedTo : Xamarin.Forms.BindableObject -> unit
參數
- bindable
- BindableObject
附加行為的目標可繫結物件。