Click or drag to resize

WebViewLoadedEventArgs Constructor

Initializes a new instance of the WebViewLoadedEventArgs class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public WebViewLoadedEventArgs(
	Uri uri
)

Parameters

uri
Type: SystemUri
URI of the page that was loaded.
See Also