IVsHelpEvents_Event Interface
Visual Studio 2015
Supports filter and collection change events.
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
| Name | Description | |
|---|---|---|
![]() | add_OnCollectionChanged(IVsHelpEvents_OnCollectionChangedEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | add_OnFilterChanged(IVsHelpEvents_OnFilterChangedEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_OnCollectionChanged(IVsHelpEvents_OnCollectionChangedEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | remove_OnFilterChanged(IVsHelpEvents_OnFilterChangedEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
| Name | Description | |
|---|---|---|
![]() | OnCollectionChanged | Called when the Help collection changes. |
![]() | OnFilterChanged | Called when the filter applied to the Help collection changes. |
Show:

