WpfBrowser.NewWindow Event
Fires when a new window is to be created. Deprecated.
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 NewWindowEventArgs)
AddHandler instance.NewWindow, handler
Syntax
'Declaration
<BrowsableAttribute(False)> _
<CategoryAttribute("DWebBrowserEvents")> _
<DescriptionAttribute("Fires when a new window is to be created. (deprecated)")> _
Public Event NewWindow As EventHandler(Of NewWindowEventArgs)
[BrowsableAttribute(false)]
[CategoryAttribute("DWebBrowserEvents")]
[DescriptionAttribute("Fires when a new window is to be created. (deprecated)")]
public event EventHandler<NewWindowEventArgs> NewWindow
[BrowsableAttribute(false)]
[CategoryAttribute(L"DWebBrowserEvents")]
[DescriptionAttribute(L"Fires when a new window is to be created. (deprecated)")]
public:
event EventHandler<NewWindowEventArgs^>^ NewWindow {
void add (EventHandler<NewWindowEventArgs^>^ value);
void remove (EventHandler<NewWindowEventArgs^>^ value);
}
/** @event */
public void add_NewWindow (EventHandler<NewWindowEventArgs> value)
/** @event */
public void remove_NewWindow (EventHandler<NewWindowEventArgs> 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.