다음을 통해 공유


VisualElement.OnChildRemoved 메서드

정의

오버로드

OnChildRemoved(Element)
사용되지 않음.

애플리케이션 개발자는 자식이 제거되면 응답하도록 이 메서드를 재정의할 수 있습니다.

OnChildRemoved(Element, Int32)

OnChildRemoved(Element)

주의

OnChildRemoved(Element) is obsolete as of version 4.8.0. Please use OnChildRemoved(Element, int) instead.

애플리케이션 개발자는 자식이 제거되면 응답하도록 이 메서드를 재정의할 수 있습니다.

[System.Obsolete("OnChildRemoved(Element) is obsolete as of version 4.8.0. Please use OnChildRemoved(Element, int) instead.")]
protected override void OnChildRemoved (Xamarin.Forms.Element child);
override this.OnChildRemoved : Xamarin.Forms.Element -> unit

매개 변수

child
Element

제거된 자식입니다.

특성
System.ObsoleteAttribute

설명

이 메서드를 재정의하는 애플리케이션 개발자는 base를 호출해야 합니다. OnChildRemoved는 재정의에서 다른 작업을 수행하기 전에 수행되었습니다.

적용 대상

OnChildRemoved(Element, Int32)

protected override void OnChildRemoved (Xamarin.Forms.Element child, int oldLogicalIndex);
override this.OnChildRemoved : Xamarin.Forms.Element * int -> unit

매개 변수

child
Element
oldLogicalIndex
System.Int32

적용 대상