IVsHelpEvents::OnFilterChanged Method (String^)

 

Called when the filter applied to the Help collection changes.

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

void OnFilterChanged(
	String^ bstrNewFilter
)

Parameters

bstrNewFilter
Type: System::String^

String containing the name of the filter to be applied to the Help collection.

Return to top
Show: