INotifyPropertyChanging 接口

定义

通知客户端属性值正在更改。

public interface class INotifyPropertyChanging
public interface INotifyPropertyChanging
type INotifyPropertyChanging = interface
Public Interface INotifyPropertyChanging
派生

注解

接口 INotifyPropertyChanging 用于通知客户端(通常是绑定客户端)属性值正在更改。

INotifyPropertyChanging.NET Framework版本 3.5 中引入了 。 有关详细信息,请参见版本和依赖关系

事件

PropertyChanging

在属性值更改时发生。

适用于