IVsHelpEvents_Event Interface

Definition

Supports filter and collection change events.

public interface class IVsHelpEvents_Event
public interface class IVsHelpEvents_Event
__interface IVsHelpEvents_Event
[System.Runtime.InteropServices.ComEventInterface(typeof(Microsoft.VisualStudio.VSHelp.IVsHelpEvents), typeof(Microsoft.VisualStudio.VSHelp.IVsHelpEvents_EventProvider))]
[System.Runtime.InteropServices.ComVisible(false)]
public interface IVsHelpEvents_Event
[<System.Runtime.InteropServices.ComEventInterface(typeof(Microsoft.VisualStudio.VSHelp.IVsHelpEvents), typeof(Microsoft.VisualStudio.VSHelp.IVsHelpEvents_EventProvider))>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type IVsHelpEvents_Event = interface
Public Interface IVsHelpEvents_Event
Derived
Attributes

Methods

add_OnCollectionChanged(IVsHelpEvents_OnCollectionChangedEventHandler)
add_OnFilterChanged(IVsHelpEvents_OnFilterChangedEventHandler)
remove_OnCollectionChanged(IVsHelpEvents_OnCollectionChangedEventHandler)
remove_OnFilterChanged(IVsHelpEvents_OnFilterChangedEventHandler)

Events

OnCollectionChanged

Called when the Help collection changes.

OnFilterChanged

Called when the filter applied to the Help collection changes.

Applies to