Compartir a través de


PropertyValue.SubPropertyChanged (Evento)

Representa el método que controla el evento SubPropertyChanged 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 SubPropertyChanged As EventHandler
public event EventHandler SubPropertyChanged
public:
 event EventHandler^ SubPropertyChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member SubPropertyChanged : IEvent<EventHandler,
    EventArgs>
JScript no admite eventos.

Comentarios

El método NotifySubPropertyChanged 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