IPropertyFilterTarget.FilterApplied, événement
Se produit si un PropertyFilter est modifié par le biais d'un appel à la méthode ApplyFilter.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
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 ne prend pas en charge les événements.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IPropertyFilterTarget Interface
Microsoft.Windows.Design.PropertyEditing, espace de noms