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

동작이 연결된 바인딩 가능 개체입니다.

적용 대상