Click or drag to resize

WebViewLoadingEventArgs Constructor

Initializes a new instance of the WebViewLoadingEventArgs class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public WebViewLoadingEventArgs(
	Uri uri,
	bool isMainFrame
)

Parameters

uri
Type: SystemUri
URI of the page that is loading.
isMainFrame
Type: SystemBoolean
If set to true the uri is for the main frame, otherwise false.
See Also