Click or drag to resize

WebViewNewWindowEventArgs Constructor

Initializes a new instance of the WebViewNewWindowEventArgs class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public WebViewNewWindowEventArgs(
	Uri uri,
	string newWindowName
)

Parameters

uri
Type: SystemUri
URI of the new window.
newWindowName
Type: SystemString
Name of the new window.
See Also