Class LongPressGestureDetector.DetectedEventArgs

    Definition

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

    Event arguments that passed via the LongPressGestureEvent signal.

    public class LongPressGestureDetector.DetectedEventArgs : EventArgs
    Inheritance
    object
    LongPressGestureDetector.DetectedEventArgs

    Properties

    View Source

    Handled

    Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing.

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

    LongPressGesture

    The LongPressGesture.

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

    View

    View the attached view.

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

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    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