Class PickUpGestureDetectorDataUpdatedEventArgs
Definition
- 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
-
objectSystem.EventArgsPickUpGestureDetectorDataUpdatedEventArgs
Properties
View SourcePickUp
Gets the pick up state.
Declaration
public DetectorState PickUp { get; }
Property Value
Type | Description |
---|---|
DetectorState | The pick up state. |