Click or drag to resize

WebViewLoadedEventArgs Class

Event arguments when the WebView has finished loaded a uri
Inheritance Hierarchy

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

The WebViewLoadedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodWebViewLoadedEventArgs
Initializes a new instance of the WebViewLoadedEventArgs class.
Top
Properties
  NameDescription
Public propertyUri
Gets the URI of the page that was loaded.
Top
See Also