Compartir a través de


PropertyEntry.FilterApplied (Evento)

Se produce cuando cambia un objeto PropertyFilter mediante una llamada al método ApplyFilter.

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

PropertyEntry Clase

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

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades