Element.OnParentSet 메서드

정의

요소의 부모가 설정될 때마다 호출됩니다. 요소가 부모에 추가될 때 동작을 추가하려면 이 메서드를 구현합니다.

protected virtual void OnParentSet ();
abstract member OnParentSet : unit -> unit
override this.OnParentSet : unit -> unit

설명

구현자는 기본 메서드를 호출해야 합니다.

적용 대상