Condividi tramite


Evento PropertyEntry.PropertyChanged

Viene generato quando il valore di una proprietà cambia.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public Event PropertyChanged As PropertyChangedEventHandler
public event PropertyChangedEventHandler PropertyChanged
public:
virtual  event PropertyChangedEventHandler^ PropertyChanged {
    void add (PropertyChangedEventHandler^ value);
    void remove (PropertyChangedEventHandler^ value);
}
abstract PropertyChanged : IEvent<PropertyChangedEventHandler,
    PropertyChangedEventArgs>
override PropertyChanged : IEvent<PropertyChangedEventHandler,
    PropertyChangedEventArgs>
JScript non supporta gli eventi.

Implementa

INotifyPropertyChanged.PropertyChanged

Note

Questo evento viene chiamato dal metodo OnPropertyChanged.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyEntry Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

INotifyPropertyChanged

PropertyChanged

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà