IVsHelpEvents_Event.OnFilterChanged, événement
Appelé lorsque le filtre appliqué à la collection d'aide change.
Espace de noms : Microsoft.VisualStudio.VSHelp
Assembly : Microsoft.VisualStudio.VSHelp (dans Microsoft.VisualStudio.VSHelp.dll)
Syntaxe
'Déclaration
Event OnFilterChanged As IVsHelpEvents_OnFilterChangedEventHandler
event IVsHelpEvents_OnFilterChangedEventHandler OnFilterChanged
event IVsHelpEvents_OnFilterChangedEventHandler^ OnFilterChanged {
void add (IVsHelpEvents_OnFilterChangedEventHandler^ value);
void remove (IVsHelpEvents_OnFilterChangedEventHandler^ value);
}
abstract OnFilterChanged : IEvent<IVsHelpEvents_OnFilterChangedEventHandler,
EventArgs>
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.