Compartilhar via


Evento CategoryEntry.FilterApplied

Representa o método que manipula o FilterApplied o evento da CategoryEntry.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
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>
O JScript não oferece suporte a eventos.

Implementações

IPropertyFilterTarget.FilterApplied

Comentários

Este evento é chamado o OnFilterApplied método.

Segurança do .NET Framework

Consulte também

Referência

CategoryEntry Classe

Namespace Microsoft.Windows.Design.PropertyEditing

IPropertyFilterTarget

FilterApplied

Outros recursos

Extensibilidade do WPF Designer

Propriedade de edição de arquitetura