Class LightSensorDataUpdatedEventArgs
Definition
- Assembly:
- Tizen.Sensor.dll
The LightSensor changed event arguments class is used for storing the data returned by a light sensor.
C#
Copy
public class LightSensorDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args LightSensor Data Updated Event Args
Properties
Declaration
C#
Copy
public float Level { get; }
Property Value
Type | Description |
---|---|
float | The light level. |