INotifyPropertyChanging Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Notifie les clients qu'une valeur de propriété a été modifiée.
public interface class INotifyPropertyChanging
public interface INotifyPropertyChanging
type INotifyPropertyChanging = interface
Public Interface INotifyPropertyChanging
- Dérivé
Remarques
L’interface INotifyPropertyChanging est utilisée pour informer les clients, généralement les clients de liaison, qu’une valeur de propriété est en cours de modification.
INotifyPropertyChanging est introduit dans le .NET Framework version 3.5. Pour plus d’informations, consultez Versions et dépendances.
Événements
PropertyChanging |
Se produit lorsqu'une valeur de propriété change. |