Partilhar via


Evento IPropertyFilterTarget.FilterApplied

Ocorre quando um PropertyFilter é alterado através de uma telefonar para o ApplyFilter método.

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

Sintaxe

Event FilterApplied As EventHandler(Of PropertyFilterAppliedEventArgs)

Dim instance As IPropertyFilterTarget
Dim handler As EventHandler(Of PropertyFilterAppliedEventArgs)

AddHandler instance.FilterApplied, handler
event EventHandler<PropertyFilterAppliedEventArgs> FilterApplied
 event EventHandler<PropertyFilterAppliedEventArgs^>^ FilterApplied {
    void add (EventHandler<PropertyFilterAppliedEventArgs^>^ value);
    void remove (EventHandler<PropertyFilterAppliedEventArgs^>^ value);
}
O JScript não oferece suporte a eventos.

Permissões

Consulte também

Referência

IPropertyFilterTarget Interface

Membros IPropertyFilterTarget

Namespace Microsoft.Windows.Design.PropertyEditing

Outros recursos

Extensibilidade do WPF Designer

Propriedade de edição de arquitetura