Class WebViewPageLoadErrorEventArgs

    Definition

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

    Event arguments that passed via the WebView.PageLoadError.

    public class WebViewPageLoadErrorEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    WebViewPageLoadErrorEventArgs

    Properties

    View Source

    PageLoadError

    The load error of current web page.

    Declaration
    public WebPageLoadError PageLoadError { get; }
    Property Value
    Type Description
    WebPageLoadError
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX