INotifyPropertyChanging Interface

Définition

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 notifier les clients, généralement en liaison de clients, qu’une valeur de propriété change.

INotifyPropertyChangingest 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.

S’applique à