Share via


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

  • TargetFrameName
    Type: System.String

    Specifies the target frame name.

  • Processed
    Type: System.Boolean

    Specifies 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