DWebBrowserEvents.FrameNewWindow Method (String, Int32, String, Object, String, Boolean)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Fires when a new window frame is to be created.
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Syntax
void FrameNewWindow(
string URL,
int Flags,
string TargetFrameName,
[InAttribute] ref object PostData,
string Headers,
ref bool Processed
)
Sub FrameNewWindow (
URL As String,
Flags As Integer,
TargetFrameName As String,
<InAttribute> ByRef PostData As Object,
Headers As String,
ByRef Processed As Boolean
)
Parameters
URL
Type: System.StringSpecifies the URL.
Flags
Type: System.Int32Specifies the flags.
TargetFrameName
Type: System.StringSpecifies the target frame name.
PostData
Type: System.ObjectSpecifies the post data.
Headers
Type: System.StringSpecifies the headers.
Processed
Type: System.BooleanSpecifies whether the event was processed.
See Also
DWebBrowserEvents Interface
Microsoft.Uii.Csr.Browser.Web Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright