CategoryEntry.FilterApplied (Evento)

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

Implementaciones

IPropertyFilterTarget.FilterApplied

Comentarios

El método OnFilterApplied llama a este evento.

Seguridad de .NET Framework

Vea también

Referencia

CategoryEntry Clase

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

IPropertyFilterTarget

FilterApplied

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades