Click or drag to resize

WebViewLoadingEventArgs Class

Event arguments when the WebView is loading a new uri.
Inheritance Hierarchy

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

The WebViewLoadingEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodWebViewLoadingEventArgs
Initializes a new instance of the WebViewLoadingEventArgs class.
Top
Properties
  NameDescription
Public propertyCancel
Gets or sets a value indicating whether to cancel the load.
Public propertyIsMainFrame
Gets or sets a value indicating whether the main frame is loading, or a child frame.
Top
See Also