DWebBrowserEvents.FrameBeforeNavigate Method
Fires before navigation occurs in the given object (on either 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
Dim Flags As Integer
Dim TargetFrameName As String
Dim PostData As Object
Dim Headers As String
Dim Cancel As Boolean
instance.FrameBeforeNavigate(URL, Flags, TargetFrameName, PostData, Headers, Cancel)
Syntax
'Declaration
<DispIdAttribute(200)> _
Sub FrameBeforeNavigate ( _
<InAttribute> URL As String, _
Flags As Integer, _
TargetFrameName As String, _
ByRef PostData As Object, _
Headers As String, _
<InAttribute> <OutAttribute> ByRef Cancel As Boolean _
)
[DispIdAttribute(200)]
void FrameBeforeNavigate (
[InAttribute] string URL,
int Flags,
string TargetFrameName,
ref Object PostData,
string Headers,
[InAttribute] out bool Cancel
)
[DispIdAttribute(200)]
void FrameBeforeNavigate (
[InAttribute] String^ URL,
int Flags,
String^ TargetFrameName,
Object^% PostData,
String^ Headers,
[InAttribute] [OutAttribute] bool% Cancel
)
/** @attribute DispIdAttribute(200) */
void FrameBeforeNavigate (
/** @attribute InAttribute() */ String URL,
int Flags,
String TargetFrameName,
/** @ref */ Object PostData,
String Headers,
/** @attribute InAttribute() */ /** @attribute OutAttribute() */ /** @ref */ boolean Cancel
)
Parameters
- URL
Specifies the URL to navigate to.
- Flags
Specifies the flags.
- TargetFrameName
Specifies the target frame name.
- PostData
Specifies the post data.
- Headers
Specifies the headers.
- Cancel
Specifies whether the navigation is cancelled or not.
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.