Compartir a través de


WpfBrowser.NewWindow2 Event

Fires when a new window is to be created.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As WpfBrowser
Dim handler As EventHandler(Of NewWindow2EventArgs)

AddHandler instance.NewWindow2, handler

Syntax

'Declaration
<CategoryAttribute("DWebBrowserEvents2")> _
<BrowsableAttribute(True)> _
<DescriptionAttribute("Fires when a new window is to be created.")> _
Public Event NewWindow2 As EventHandler(Of NewWindow2EventArgs)
[CategoryAttribute("DWebBrowserEvents2")] 
[BrowsableAttribute(true)] 
[DescriptionAttribute("Fires when a new window is to be created.")] 
public event EventHandler<NewWindow2EventArgs> NewWindow2
[CategoryAttribute(L"DWebBrowserEvents2")] 
[BrowsableAttribute(true)] 
[DescriptionAttribute(L"Fires when a new window is to be created.")] 
public:
event EventHandler<NewWindow2EventArgs^>^ NewWindow2 {
    void add (EventHandler<NewWindow2EventArgs^>^ value);
    void remove (EventHandler<NewWindow2EventArgs^>^ value);
}
/** @event */
public void add_NewWindow2 (EventHandler<NewWindow2EventArgs> value)

/** @event */
public void remove_NewWindow2 (EventHandler<NewWindow2EventArgs> value)

Platforms

See Also

Reference

WpfBrowser Class
WpfBrowser Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace

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