IVsHelpEvents_Event Interface
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.
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
Events
OnCollectionChanged |
Called when the Help collection changes. |
OnFilterChanged |
Called when the filter applied to the Help collection changes. |