Class UltravioletSensorDataUpdatedEventArgs
Definition
- Assembly:
- Tizen.Sensor.dll
The UltravioletSensor changed event arguments class is used for storing the data returned by a ultraviolet sensor.
public class UltravioletSensorDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsUltravioletSensorDataUpdatedEventArgs
Properties
View SourceUltravioletIndex
Gets the value of the ultraviolet index.
Declaration
public float UltravioletIndex { get; }
Property Value
Type | Description |
---|---|
float | The ultraviolet index. |