IVsHelpEvents_Event::OnCollectionChanged Event

 

Called when the Help collection changes.

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

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