Partager via


PropertyValue.RootValueChanged, événement

Représente la méthode qui gère l'événement RootValueChanged de PropertyValue.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les événements.

Notes

Cet événement est déclenché par la méthode NotifyRootValueChanged.

Sécurité .NET Framework

Voir aussi

Référence

PropertyValue Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

PropertyEntry

PropertyValueEditor

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété