INotifyPropertyChanging Interfaccia

Definizione

Notifica ai client che il valore di una proprietà è in fase di modifica.

public interface class INotifyPropertyChanging
public interface INotifyPropertyChanging
type INotifyPropertyChanging = interface
Public Interface INotifyPropertyChanging
Derivato

Commenti

L'interfaccia INotifyPropertyChanging viene usata per notificare ai client, in genere l'associazione dei client, che cambia un valore di proprietà.

INotifyPropertyChanging è stato introdotto in .NET Framework versione 3.5. Per altre informazioni, vedere Versioni e dipendenze.

Eventi

PropertyChanging

Si verifica quando il valore di una proprietà è in corso di modifica.

Si applica a