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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de códigos parcialmente Confiável.
Consulte também
Referência
IPropertyFilterTarget Interface
Namespace Microsoft.Windows.Design.PropertyEditing