Compartir a través de


PropertyValue.RootValueChanged (Evento)

Representa el método que controla el evento RootValueChanged de PropertyValue.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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 no admite eventos.

Comentarios

El método NotifyRootValueChanged provoca este evento.

Seguridad de .NET Framework

Vea también

Referencia

PropertyValue Clase

Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)

PropertyEntry

PropertyValueEditor

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades