Class AnchorClickedEventArgs

    Definition

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

    AnchorClickedEventArgs is a class to record anchor click event arguments which will be sent to user.

    public class AnchorClickedEventArgs : EventArgs
    Inheritance
    object
    AnchorClickedEventArgs

    Properties

    View Source

    Href

    Anchor href(hypertext reference).

    Declaration
    public string Href { get; set; }
    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