IVsHelpEvents_Event.remove_OnCollectionChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void remove_OnCollectionChanged(Microsoft::VisualStudio::VSHelp::IVsHelpEvents_OnCollectionChangedEventHandler ^ A_1);
public:
void remove_OnCollectionChanged(Microsoft::VisualStudio::VSHelp::IVsHelpEvents_OnCollectionChangedEventHandler ^ value);
public void remove_OnCollectionChanged (Microsoft.VisualStudio.VSHelp.IVsHelpEvents_OnCollectionChangedEventHandler A_1);
public void remove_OnCollectionChanged (Microsoft.VisualStudio.VSHelp.IVsHelpEvents_OnCollectionChangedEventHandler value);
abstract member remove_OnCollectionChanged : Microsoft.VisualStudio.VSHelp.IVsHelpEvents_OnCollectionChangedEventHandler -> unit
Public Sub remove_OnCollectionChanged (A_1 As IVsHelpEvents_OnCollectionChangedEventHandler)
Public Sub remove_OnCollectionChanged (value As IVsHelpEvents_OnCollectionChangedEventHandler)