Class WebViewPageLoadErrorEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
9

Event arguments that passed via the WebView.PageLoadError.

C#
Copy
public class WebViewPageLoadErrorEventArgs : EventArgs
Inheritance
System.Object
WebViewPageLoadErrorEventArgs

Properties

View Source

PageLoadError

The load error of current web page.

Declaration
C#
Copy
public WebPageLoadError PageLoadError { get; }
Property Value
Type Description
WebPageLoadError
API Level: 9