DWebBrowserEvents.FrameNavigateComplete Method
Fires after a navigation to a link is completed on a window element or a frameSet element.
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Usage
'Usage
Dim instance As DWebBrowserEvents
Dim URL As String
instance.FrameNavigateComplete(URL)
Syntax
'Declaration
<DispIdAttribute(201)> _
Sub FrameNavigateComplete ( _
<InAttribute> URL As String _
)
[DispIdAttribute(201)]
void FrameNavigateComplete (
[InAttribute] string URL
)
[DispIdAttribute(201)]
void FrameNavigateComplete (
[InAttribute] String^ URL
)
/** @attribute DispIdAttribute(201) */
void FrameNavigateComplete (
/** @attribute InAttribute() */ String URL
)
DispIdAttribute(201)
function FrameNavigateComplete (
URL : String
)
Parameters
- URL
Specifies the URL to navigate to.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
DWebBrowserEvents Interface
DWebBrowserEvents Members
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.