DWebBrowserEvents.NavigateComplete(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fires after a navigation to a link is completed on a window element or a frameSet element.
public:
void NavigateComplete(System::String ^ URL);
public void NavigateComplete (string URL);
abstract member NavigateComplete : string -> unit
Public Sub NavigateComplete (URL As String)
Parameters
- URL
- String
Specifies the URL.