IVsHelpEvents_Event::OnFilterChanged Event

 

Called when the filter applied to the Help collection changes.

Namespace:   Microsoft.VisualStudio.VSHelp
Assembly:  Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)

event IVsHelpEvents_OnFilterChangedEventHandler^ OnFilterChanged {
	void add(IVsHelpEvents_OnFilterChangedEventHandler^ value);
	void remove(IVsHelpEvents_OnFilterChangedEventHandler^ value);
}
Return to top
Show: