IVsHelpTopicShowEvents Interface

Definition

Provides support for help topic show events.

public interface class IVsHelpTopicShowEvents
public interface class IVsHelpTopicShowEvents
__interface IVsHelpTopicShowEvents
[System.Runtime.InteropServices.Guid("D1AAC64A-6A25-4274-B2C6-BC3B840B6E54")]
[System.Runtime.InteropServices.TypeLibType(4096)]
public interface IVsHelpTopicShowEvents
[System.Runtime.InteropServices.Guid("D1AAC64A-6A25-4274-B2C6-BC3B840B6E54")]
public interface IVsHelpTopicShowEvents
[<System.Runtime.InteropServices.Guid("D1AAC64A-6A25-4274-B2C6-BC3B840B6E54")>]
[<System.Runtime.InteropServices.TypeLibType(4096)>]
type IVsHelpTopicShowEvents = interface
[<System.Runtime.InteropServices.Guid("D1AAC64A-6A25-4274-B2C6-BC3B840B6E54")>]
type IVsHelpTopicShowEvents = interface
Public Interface IVsHelpTopicShowEvents
Attributes

Methods

OnBeforeTopicShow(String, Object)

Called before the help topic is displayed.

OnTopicShowComplete(String, Object)

Called after the help topic is displayed.

Applies to