Share via


IVsHelpTopicShowEvents.OnBeforeTopicShow Method

Called before the help topic is displayed.

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

Syntax

'Declaration
Sub OnBeforeTopicShow ( _
    bstrURL As String, _
    pWB As Object _
)
void OnBeforeTopicShow(
    string bstrURL,
    Object pWB
)
void OnBeforeTopicShow(
    [InAttribute] String^ bstrURL, 
    [InAttribute] Object^ pWB
)
abstract OnBeforeTopicShow : 
        bstrURL:string * 
        pWB:Object -> unit 
function OnBeforeTopicShow(
    bstrURL : String, 
    pWB : Object
)

Parameters

  • bstrURL
    Type: System.String
    String containing the URL of the help topic.

.NET Framework Security

See Also

Reference

IVsHelpTopicShowEvents Interface

Microsoft.VisualStudio.VSHelp Namespace