다음을 통해 공유


VisualElement.OnChildRemoved(Element, Int32) 메서드

정의

이 요소에서 자식 개체를 제거할 때 호출됩니다.

protected:
 override void OnChildRemoved(Microsoft::Maui::Controls::Element ^ child, int oldLogicalIndex);
protected override void OnChildRemoved (Microsoft.Maui.Controls.Element child, int oldLogicalIndex);
override this.OnChildRemoved : Microsoft.Maui.Controls.Element * int -> unit
Protected Overrides Sub OnChildRemoved (child As Element, oldLogicalIndex As Integer)

매개 변수

child
Element

이 요소에서 제거된 자식 요소입니다.

oldLogicalIndex
Int32

이전에 이 요소 내에 있던 논리 인덱 child 스입니다.

적용 대상