WpfBrowser.NewWindow3 Event
Raised when a 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 NewWindow3EventArgs)
AddHandler instance.NewWindow3, handler
Syntax
'Declaration
<CategoryAttribute("DWebBrowserEvents2")> _
<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)> _
Public Event NewWindow3 As EventHandler(Of NewWindow3EventArgs)
[CategoryAttribute("DWebBrowserEvents2")]
[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)]
public event EventHandler<NewWindow3EventArgs> NewWindow3
[CategoryAttribute(L"DWebBrowserEvents2")]
[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)]
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)
Remarks
Extends New Window 2 with additional information about the window.
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.