INotifyPropertyChanging 인터페이스

정의

속성 값이 변경되고 있음을 클라이언트에 알립니다.

public interface class INotifyPropertyChanging
public interface INotifyPropertyChanging
type INotifyPropertyChanging = interface
Public Interface INotifyPropertyChanging
파생

설명

인터페이스는 INotifyPropertyChanging 클라이언트(일반적으로 바인딩 클라이언트)에게 속성 값이 변경되고 있음을 알리는 데 사용됩니다.

INotifyPropertyChanging .NET Framework 버전 3.5에서에서 도입 되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.

이벤트

PropertyChanging

속성 값이 변경될 때 발생합니다.

적용 대상