Compartilhar via


WpfBrowser.FrameNewWindow 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.FrameNewWindow, handler

Syntax

'Declaration
<BrowsableAttribute(False)> _
<DescriptionAttribute("Fires when a new window is to be created. (deprecated)")> _
<CategoryAttribute("DWebBrowserEvents")> _
Public Event FrameNewWindow As EventHandler(Of NewWindowEventArgs)
[BrowsableAttribute(false)] 
[DescriptionAttribute("Fires when a new window is to be created. (deprecated)")] 
[CategoryAttribute("DWebBrowserEvents")] 
public event EventHandler<NewWindowEventArgs> FrameNewWindow
[BrowsableAttribute(false)] 
[DescriptionAttribute(L"Fires when a new window is to be created. (deprecated)")] 
[CategoryAttribute(L"DWebBrowserEvents")] 
public:
event EventHandler<NewWindowEventArgs^>^ FrameNewWindow {
    void add (EventHandler<NewWindowEventArgs^>^ value);
    void remove (EventHandler<NewWindowEventArgs^>^ value);
}
/** @event */
public void add_FrameNewWindow (EventHandler<NewWindowEventArgs> value)

/** @event */
public void remove_FrameNewWindow (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.