Class WebViewPageLoadEventArgs

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

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

    public class WebViewPageLoadEventArgs : EventArgs
    Inheritance
    object
    WebViewPageLoadEventArgs

    Properties

    View Source

    PageUrl

    Deprecated. The URL of current web page.

    Declaration
    public string PageUrl { get; set; }
    Property Value
    Type Description
    string
    View Source

    WebView

    Deprecated. The view for displaying webpages.

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

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX