次の方法で共有


Behavior.OnAttachedTo(BindableObject) メソッド

定義

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

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

パラメーター

bindable
BindableObject

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

適用対象