Click or drag to resize

WebViewNewWindowEventArgs Class

Event arguments for when the WebView prompts to open a new window.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class WebViewNewWindowEventArgs : WebViewLoadingEventArgs

The WebViewNewWindowEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodWebViewNewWindowEventArgs
Initializes a new instance of the WebViewNewWindowEventArgs class.
Top
Properties
  NameDescription
Public propertyNewWindowName
Gets the name of the new window.
Top
See Also