Share via


DWebBrowserEvents2.NewWindow3 Method

Raised when a new window is to be created. Extends DWebBrowserEvents2::NewWindow2 with additional information about the new window

Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)

Usage

'Usage
Dim instance As DWebBrowserEvents2
Dim ppDisp As Object
Dim Cancel As Boolean
Dim dwFlags As UInteger
Dim bstrUrlContext As String
Dim bstrUrl As String

instance.NewWindow3(ppDisp, Cancel, dwFlags, bstrUrlContext, bstrUrl)

Syntax

'Declaration
<DispIdAttribute(273)> _
Sub NewWindow3 ( _
    <InAttribute> <OutAttribute> ByRef ppDisp As Object, _
    <InAttribute> <OutAttribute> ByRef Cancel As Boolean, _
    <InAttribute> dwFlags As UInteger, _
    <InAttribute> bstrUrlContext As String, _
    <InAttribute> bstrUrl As String _
)
[DispIdAttribute(273)] 
void NewWindow3 (
    [InAttribute] out Object ppDisp,
    [InAttribute] out bool Cancel,
    [InAttribute] uint dwFlags,
    [InAttribute] string bstrUrlContext,
    [InAttribute] string bstrUrl
)
[DispIdAttribute(273)] 
void NewWindow3 (
    [InAttribute] [OutAttribute] Object^% ppDisp, 
    [InAttribute] [OutAttribute] bool% Cancel, 
    [InAttribute] unsigned int dwFlags, 
    [InAttribute] String^ bstrUrlContext, 
    [InAttribute] String^ bstrUrl
)
/** @attribute DispIdAttribute(273) */ 
void NewWindow3 (
    /** @attribute InAttribute() */ /** @attribute OutAttribute() */ /** @ref */ Object ppDisp, 
    /** @attribute InAttribute() */ /** @attribute OutAttribute() */ /** @ref */ boolean Cancel, 
    /** @attribute InAttribute() */ UInt32 dwFlags, 
    /** @attribute InAttribute() */ String bstrUrlContext, 
    /** @attribute InAttribute() */ String bstrUrl
)

Parameters

  • ppDisp
  • Cancel
  • dwFlags
  • bstrUrlContext
  • bstrUrl

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

DWebBrowserEvents2 Interface
DWebBrowserEvents2 Members
Microsoft.Uii.Csr.Browser.Web Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.