Class FlexibleViewItemTouchEventArgs

    Definition

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

    FlexibleView ItemTouch Event Arguments.

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

    Properties

    View Source

    TouchedView

    The touched FlexibleViewViewHolder.

    Declaration
    public FlexibleViewViewHolder TouchedView { get; set; }
    Property Value
    Type Description
    FlexibleViewViewHolder

    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