Search Results for

    Show / Hide Table of Contents

    Class TapGestureDetector.DetectedEventArgs

    Definition

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

    Event arguments that are passed via the TapGestureEvent signal.

    public class TapGestureDetector.DetectedEventArgs : EventArgs
    Inheritance
    object
    EventArgs
    TapGestureDetector.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

    TapGesture

    The TapGesture.

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

    View

    The attached view.

    Declaration
    public View View { get; set; }
    Property Value
    Type Description
    View
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX