Class View.TouchEventArgs

    Definition

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

    Event arguments that passed via the touch signal.

    public class View.TouchEventArgs : EventArgs
    Inheritance
    object
    View.TouchEventArgs
    Derived
    FlexibleViewItemTouchEventArgs

    Properties

    View Source

    Touch

    Touch - contains the information of touch points.

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

    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