Class PickUpGestureDetectorDataUpdatedEventArgs

    Definition

    Namespace:
    Tizen.Sensor
    Assembly:
    Tizen.Sensor.dll

    The PickUpGestureDetector changed event arguments class is used for storing the data returned by a pickup gesture detector.

    public class PickUpGestureDetectorDataUpdatedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    PickUpGestureDetectorDataUpdatedEventArgs

    Properties

    View Source

    PickUp

    Gets the pick up state.

    Declaration
    public DetectorState PickUp { get; }
    Property Value
    Type Description
    DetectorState

    The pick up state.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX