Compartir a través de


CategoryEntry.PropertyChanged (Evento)

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

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

Sintaxis

'Declaración
Public Event PropertyChanged As PropertyChangedEventHandler
public event PropertyChangedEventHandler PropertyChanged
public:
virtual  event PropertyChangedEventHandler^ PropertyChanged {
    void add (PropertyChangedEventHandler^ value);
    void remove (PropertyChangedEventHandler^ value);
}
abstract PropertyChanged : IEvent<PropertyChangedEventHandler,
    PropertyChangedEventArgs>
override PropertyChanged : IEvent<PropertyChangedEventHandler,
    PropertyChangedEventArgs>
JScript no admite eventos.

Implementaciones

INotifyPropertyChanged.PropertyChanged

Comentarios

El método OnPropertyChanged llama a este evento.

Seguridad de .NET Framework

Vea también

Referencia

CategoryEntry Clase

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

INotifyPropertyChanged

PropertyChanged

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades