PropertyValue.PropertyChanged (Evento)

Actualización: noviembre 2007

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

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

Sintaxis

Public Event PropertyChanged As PropertyChangedEventHandler

Dim instance As PropertyValue
Dim handler As PropertyChangedEventHandler

AddHandler instance.PropertyChanged, handler
public event PropertyChangedEventHandler PropertyChanged
public:
virtual  event PropertyChangedEventHandler^ PropertyChanged {
    void add (PropertyChangedEventHandler^ value);
    void remove (PropertyChangedEventHandler^ value);
}
JScript no admite eventos.

Implementaciones

INotifyPropertyChanged.PropertyChanged

Comentarios

El método OnPropertyChanged provoca este evento.

Permisos

Vea también

Referencia

PropertyValue (Clase)

PropertyValue (Miembros)

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

PropertyEntry

PropertyValueEditor

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades