Class AccessibilityActionReceivedEventArgs

    Definition

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

    Provides the data for the AccessibilityActionReceived event.

    public class AccessibilityActionReceivedEventArgs : EventArgs
    Inheritance
    object
    AccessibilityActionReceivedEventArgs

    Properties

    View Source

    ActionType

    Gets or sets the accessibility action event data.

    Declaration
    public AccessibilityAction ActionType { get; set; }
    Property Value
    Type Description
    AccessibilityAction
    View Source

    Handled

    Gets or sets a value indicating whether the event has been handled.

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    bool
    View Source

    Target

    Gets or sets the accessibility target view.

    Declaration
    public View Target { get; set; }
    Property Value
    Type Description
    View

    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