DWebBrowserEvents.FrameNavigateComplete(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 FrameNavigateComplete(System::String ^ URL);
public void FrameNavigateComplete (string URL);
abstract member FrameNavigateComplete : string -> unit
Public Sub FrameNavigateComplete (URL As String)
Parameters
- URL
- String
Specifies the URL to navigate to.