Class PickUpGestureDetectorDataUpdatedEventArgs

Definition

Namespace:
Tizen.Sensor
Assembly:
Tizen.Sensor.dll
API Level:
3

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

C#
Copy
public class PickUpGestureDetectorDataUpdatedEventArgs : EventArgs
Inheritance
System.Object
PickUpGestureDetectorDataUpdatedEventArgs

Properties

View Source

PickUp

Gets the pick up state.

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

The pick up state.

API Level: 3