Share via


AbsoluteLayout.OnChildAdded(Element) 메서드

정의

자식이 AbsoluteLayout에 추가될 때 호출됩니다.

protected override void OnChildAdded (Xamarin.Forms.Element child);
override this.OnChildAdded : Xamarin.Forms.Element -> unit

매개 변수

child
Element

자식에 추가된 요소입니다.

설명

애플리케이션 개발자는 자식이 추가될 때 트리거되는 기본 동작을 변경하도록 재정 OnChildAdded(Element) 의할 수 있습니다. 이렇게 할 때 기본 OnChildAdded(Element) 메서드를 호출한 다음 논리를 추가하는 것이 좋습니다.

적용 대상