Element.OnChildAdded(Element) 메서드

정의

ChildAdded 이벤트를 내보내야 할 때마다 호출됩니다. 이 이벤트에 대한 클래스 처리를 추가하려면 이 메서드를 구현합니다.

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

매개 변수

child
Element

추가된 요소입니다.

설명

이 메서드에는 기본 구현이 없습니다. 중간 클래스가 이 메서드를 구현한 경우에도 기본 구현을 호출해야 합니다.

적용 대상