IVsHelpEvents_Event Interface

 

Supports filter and collection change events.

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

[ComVisibleAttribute(false)]
public interface IVsHelpEvents_Event

NameDescription
System_CAPS_pubmethodadd_OnCollectionChanged(IVsHelpEvents_OnCollectionChangedEventHandler)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodadd_OnFilterChanged(IVsHelpEvents_OnFilterChangedEventHandler)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodremove_OnCollectionChanged(IVsHelpEvents_OnCollectionChangedEventHandler)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodremove_OnFilterChanged(IVsHelpEvents_OnFilterChangedEventHandler)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

NameDescription
System_CAPS_pubeventOnCollectionChanged

Called when the Help collection changes.

System_CAPS_pubeventOnFilterChanged

Called when the filter applied to the Help collection changes.

Return to top
Show: