Control.ParentChanged 이벤트

정의

Parent 속성 값이 변경되면 발생합니다.

public:
 event EventHandler ^ ParentChanged;
public event EventHandler ParentChanged;
public event EventHandler? ParentChanged;
member this.ParentChanged : EventHandler 
Public Custom Event ParentChanged As EventHandler 

이벤트 유형

EventHandler

설명

이 이벤트가 발생 하는 경우는 Parent 속성을 프로그래밍 방식으로 수정 하거나 사용자 상호 작용 하 여 변경 됩니다.

이벤트 처리에 대한 자세한 내용은 이벤트 처리 및 발생 을 참조하십시오.

적용 대상

추가 정보