IVsHelpTopicShowEvents::OnTopicShowComplete Method (String^, Object^)

 

Called after the help topic is displayed.

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

void OnTopicShowComplete(
	String^ bstrURL,
	Object^ pWB
)

Parameters

bstrURL
Type: System::String^

String containing the URL of the help topic.

pWB
Type: System::Object^

Web browser object.

Return to top
Show: