INotifyPropertyChanging 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
通知用戶端正在變更屬性值。
public interface class INotifyPropertyChanging
public interface INotifyPropertyChanging
type INotifyPropertyChanging = interface
Public Interface INotifyPropertyChanging
- 衍生
備註
介面 INotifyPropertyChanging 是用來通知用戶端,通常是系結客戶端,屬性值正在變更。
INotifyPropertyChanging.NET Framework 3.5 版引進。 如需詳細資訊,請參閱版本和相依性。
事件
PropertyChanging |
當屬性值變更中時發生。 |