DWebBrowserEvents2.NewWindow2 Method
Fires when a new window is to be created.
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
instance.NewWindow2(ppDisp, Cancel)
Syntax
'Declaration
<DispIdAttribute(251)> _
Sub NewWindow2 ( _
<InAttribute> <OutAttribute> ByRef ppDisp As Object, _
<InAttribute> <OutAttribute> ByRef Cancel As Boolean _
)
[DispIdAttribute(251)]
void NewWindow2 (
[InAttribute] out Object ppDisp,
[InAttribute] out bool Cancel
)
[DispIdAttribute(251)]
void NewWindow2 (
[InAttribute] [OutAttribute] Object^% ppDisp,
[InAttribute] [OutAttribute] bool% Cancel
)
/** @attribute DispIdAttribute(251) */
void NewWindow2 (
/** @attribute InAttribute() */ /** @attribute OutAttribute() */ /** @ref */ Object ppDisp,
/** @attribute InAttribute() */ /** @attribute OutAttribute() */ /** @ref */ boolean Cancel
)
Parameters
- ppDisp
- Cancel
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.