CategoryEntry.OnFilterApplied, méthode
Déclenche l'événement FilterApplied.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Protected Overridable Sub OnFilterApplied ( _
filter As PropertyFilter _
)
protected virtual void OnFilterApplied(
PropertyFilter filter
)
protected:
virtual void OnFilterApplied(
PropertyFilter^ filter
)
abstract OnFilterApplied :
filter:PropertyFilter -> unit
override OnFilterApplied :
filter:PropertyFilter -> unit
protected function OnFilterApplied(
filter : PropertyFilter
)
Paramètres
- filter
Type : Microsoft.Windows.Design.PropertyEditing.PropertyFilter
Filtre appliqué.
Notes
Cette méthode est appelée par la méthode ApplyFilter.
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
Microsoft.Windows.Design.PropertyEditing, espace de noms