Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Raised when a new window is to be created. Extends NewWindow2 with additional information about the new window. Available in WinXP SP2 and later.
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Usage
'Usage
Dim instance As WebBrowserExtended
Dim handler As EventHandler(Of NewWindow3EventArgs)
AddHandler instance.NewWindow3, handler
Syntax
'Declaration
<DescriptionAttribute("Raised when a new window is to be created. Extends NewWindow2 with additional information about the new window. Available in WinXP SP2 and later.")> _
<BrowsableAttribute(True)> _
<CategoryAttribute("DWebBrowserEvents2")> _
Public Event NewWindow3 As EventHandler(Of NewWindow3EventArgs)
[DescriptionAttribute("Raised when a new window is to be created. Extends NewWindow2 with additional information about the new window. Available in WinXP SP2 and later.")]
[BrowsableAttribute(true)]
[CategoryAttribute("DWebBrowserEvents2")]
public event EventHandler<NewWindow3EventArgs> NewWindow3
[DescriptionAttribute(L"Raised when a new window is to be created. Extends NewWindow2 with additional information about the new window. Available in WinXP SP2 and later.")]
[BrowsableAttribute(true)]
[CategoryAttribute(L"DWebBrowserEvents2")]
public:
event EventHandler<NewWindow3EventArgs^>^ NewWindow3 {
void add (EventHandler<NewWindow3EventArgs^>^ value);
void remove (EventHandler<NewWindow3EventArgs^>^ value);
}
/** @event */
public void add_NewWindow3 (EventHandler<NewWindow3EventArgs> value)
/** @event */
public void remove_NewWindow3 (EventHandler<NewWindow3EventArgs> value)
Platforms
See Also
Reference
WebBrowserExtended Class
WebBrowserExtended Members
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.