IVsHelpEvents_Event.remove_OnCollectionChanged Method

Definition

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)

Parameters

Applies to