Evento PropertyContainer.PropertyEntryChanged

Si verifica quando viene modificata la proprietà PropertyEntry.

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

Sintassi

'Dichiarazione
Public Event PropertyEntryChanged As EventHandler
public event EventHandler PropertyEntryChanged
public:
 event EventHandler^ PropertyEntryChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member PropertyEntryChanged : IEvent<EventHandler,
    EventArgs>
JScript non supporta gli eventi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyContainer Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà

Dependency Properties Overview