Class InVehicleActivityDetectorDataUpdatedEventArgs
Definition
- Assembly:
- Tizen.Sensor.dll
The InVehicleActivityDetector changed event arguments class is used for storing the data returned by a in-vehicle activity detector.
C#Copypublic class InVehicleActivityDetectorDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsInVehicleActivityDetectorDataUpdatedEventArgs
Properties
Declaration
C#Copypublic DetectorState InVehicle { get; }
Property Value
Type | Description |
---|---|
DetectorState | The in-vehicle state. |