TemplatedPage.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

적용 대상

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

적용 대상