Share via


Behavior<T>.OnAttachedTo メソッド

定義

オーバーロード

OnAttachedTo(T)

アプリケーション開発者は、bindable と関連付けられる動作を実装するためにこのメソッドをオーバーライドします。

OnAttachedTo(BindableObject)

スーパークラスにアタッチされ、このオブジェクトの OnAttachedTo(T) メソッドを呼び出します。

OnAttachedTo(T)

アプリケーション開発者は、bindable と関連付けられる動作を実装するためにこのメソッドをオーバーライドします。

protected virtual void OnAttachedTo (T bindable);
override this.OnAttachedTo : 'T -> unit

パラメーター

bindable
T

動作が添付されたバインド可能なオブジェクト。

適用対象

OnAttachedTo(BindableObject)

スーパークラスにアタッチされ、このオブジェクトの OnAttachedTo(T) メソッドを呼び出します。

protected override void OnAttachedTo (Xamarin.Forms.BindableObject bindable);
override this.OnAttachedTo : Xamarin.Forms.BindableObject -> unit

パラメーター

bindable
BindableObject

動作が添付されたバインド可能なオブジェクト。

適用対象