DWebBrowserEvents.NavigateComplete 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.NavigateComplete(URL)
Syntax
'Declaration
<DispIdAttribute(101)> _
Sub NavigateComplete ( _
<InAttribute> URL As String _
)
[DispIdAttribute(101)]
void NavigateComplete (
[InAttribute] string URL
)
[DispIdAttribute(101)]
void NavigateComplete (
[InAttribute] String^ URL
)
/** @attribute DispIdAttribute(101) */
void NavigateComplete (
/** @attribute InAttribute() */ String URL
)
DispIdAttribute(101)
function NavigateComplete (
URL : String
)
Parameters
- URL
Specifies the URL.
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.