Compartir a través de


IPropertyFilterTarget.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
Event FilterApplied As EventHandler(Of PropertyFilterAppliedEventArgs)
event EventHandler<PropertyFilterAppliedEventArgs> FilterApplied
 event EventHandler<PropertyFilterAppliedEventArgs^>^ FilterApplied {
    void add (EventHandler<PropertyFilterAppliedEventArgs^>^ value);
    void remove (EventHandler<PropertyFilterAppliedEventArgs^>^ value);
}
abstract FilterApplied : IEvent<EventHandler<PropertyFilterAppliedEventArgs>,
    PropertyFilterAppliedEventArgs>
JScript no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

IPropertyFilterTarget Interfaz

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

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades