Evento PropertyValue.RootValueChanged

Rappresenta il metodo che gestisce l'evento RootValueChanged dell'oggetto PropertyValue.

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

Sintassi

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

Note

Questo evento viene generato dal metodo NotifyRootValueChanged.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyValue Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

PropertyEntry

PropertyValueEditor

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà