다음을 통해 공유


StructuralObject.PropertyChanging 이벤트

정의

속성이 변경될 예정임을 알 수 있습니다.

public event System.ComponentModel.PropertyChangingEventHandler PropertyChanging;
member this.PropertyChanging : System.ComponentModel.PropertyChangingEventHandler 
Public Custom Event PropertyChanging As PropertyChangingEventHandler 

이벤트 유형

구현

설명

PropertyChanging 이벤트는 속성ChangingEventArgs의 속성 이름으로 null 참조(Visual Basic의 경우 Nothing) 또는 String.Empty를 사용하여 개체의 모든 속성이 변경되고 있음을 나타낼 수 있습니다.

적용 대상