IVsHelpEvents::OnCollectionChanged Method (String^, String^)

 

Called when the Help collection changes.

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

void OnCollectionChanged(
	String^ bstrNewCollection,
	String^ bstrNewFilter
)

Parameters

bstrNewCollection
Type: System::String^

String containing the name of the new collection.

bstrNewFilter
Type: System::String^

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

Return to top
Show: