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#Copypublic class WebViewPageLoadEventArgs : EventArgs
- Inheritance
-
WebViewPageLoadEventArgs
Properties
Declaration
C#Copypublic string PageUrl { get; set; }
Property Value
Type | Description |
---|---|
String |
Declaration
C#Copypublic WebView WebView { get; set; }
Property Value
Type | Description |
---|---|
WebView |