Class WristUpGestureDetectorDataUpdatedEventArgs
Definition
- Namespace:
- Tizen.Sensor
- Assembly:
- Tizen.Sensor.dll
- API Level:
- 3
The WristUpGestureDetector changed event arguments class is used for storing the data returned by a wrist up gesture detector.
C#Copypublic class WristUpGestureDetectorDataUpdatedEventArgs : EventArgs
- Inheritance
-
System.ObjectSystem.EventArgsWristUpGestureDetectorDataUpdatedEventArgs
Properties
Declaration
C#Copypublic DetectorState WristUp { get; }
Property Value
Type | Description |
---|---|
DetectorState | The wrist up state. |