Class WebViewPageLoadEventArgs

Definition

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

Event arguments that passed via the WebView.PageLoadStarted or WebView.PageLoadFinished.

C#
Copy
public class WebViewPageLoadEventArgs : EventArgs
Inheritance
WebViewPageLoadEventArgs

Properties

View Source

PageUrl

Deprecated. The URL of current web page.

Declaration
C#
Copy
public string PageUrl { get; set; }
Property Value
Type Description
String
View Source

WebView

Deprecated. The view for displaying webpages.

Declaration
C#
Copy
public WebView WebView { get; set; }
Property Value
Type Description
WebView

Extension Methods