Class WebViewUrlChangedEventArgs

    Definition

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

    Event arguments that passed via the WebView.UrlChanged.

    public class WebViewUrlChangedEventArgs : EventArgs
    Inheritance
    object
    WebViewUrlChangedEventArgs

    Properties

    View Source

    NewPageUrl

    The URL of new web page.

    Declaration
    public string NewPageUrl { get; }
    Property Value
    Type Description
    string

    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