Delen via


IVsHelpTopicShowEvents Interface

Provides support for help topic show events.

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

Syntax

'Declaration
<GuidAttribute("D1AAC64A-6A25-4274-B2C6-BC3B840B6E54")> _
Public Interface IVsHelpTopicShowEvents
[GuidAttribute("D1AAC64A-6A25-4274-B2C6-BC3B840B6E54")]
public interface IVsHelpTopicShowEvents
[GuidAttribute(L"D1AAC64A-6A25-4274-B2C6-BC3B840B6E54")]
public interface class IVsHelpTopicShowEvents
[<GuidAttribute("D1AAC64A-6A25-4274-B2C6-BC3B840B6E54")>]
type IVsHelpTopicShowEvents =  interface end
public interface IVsHelpTopicShowEvents

The IVsHelpTopicShowEvents type exposes the following members.

Methods

  Name Description
Public method OnBeforeTopicShow Called before the help topic is displayed.
Public method OnTopicShowComplete Called after the help topic is displayed.

Top

See Also

Reference

Microsoft.VisualStudio.VSHelp Namespace