Share via


IVsHelpTopicShowEvents.OnTopicShowComplete Method

Called after the help topic is displayed.

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

Syntax

'Declaration
Sub OnTopicShowComplete ( _
    bstrURL As String, _
    pWB As Object _
)
void OnTopicShowComplete(
    string bstrURL,
    Object pWB
)
void OnTopicShowComplete(
    [InAttribute] String^ bstrURL, 
    [InAttribute] Object^ pWB
)
abstract OnTopicShowComplete : 
        bstrURL:string * 
        pWB:Object -> unit 
function OnTopicShowComplete(
    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