IVsHelpEvents_Event.add_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 add_OnCollectionChanged(Microsoft::VisualStudio::VSHelp::IVsHelpEvents_OnCollectionChangedEventHandler ^ A_1);
public:
void add_OnCollectionChanged(Microsoft::VisualStudio::VSHelp::IVsHelpEvents_OnCollectionChangedEventHandler ^ value);
public void add_OnCollectionChanged (Microsoft.VisualStudio.VSHelp.IVsHelpEvents_OnCollectionChangedEventHandler A_1);
public void add_OnCollectionChanged (Microsoft.VisualStudio.VSHelp.IVsHelpEvents_OnCollectionChangedEventHandler value);
abstract member add_OnCollectionChanged : Microsoft.VisualStudio.VSHelp.IVsHelpEvents_OnCollectionChangedEventHandler -> unit
Public Sub add_OnCollectionChanged (A_1 As IVsHelpEvents_OnCollectionChangedEventHandler)
Public Sub add_OnCollectionChanged (value As IVsHelpEvents_OnCollectionChangedEventHandler)