Class HumiditySensorDataUpdatedEventArgs

    Definition

    Namespace:
    Tizen.Sensor
    Assembly:
    Tizen.Sensor.dll

    The HumiditySensor changed event arguments class is used for storing the data returned by a humidity sensor.

    public class HumiditySensorDataUpdatedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    HumiditySensorDataUpdatedEventArgs

    Properties

    View Source

    Humidity

    Gets the value of the humidity.

    Declaration
    public float Humidity { get; }
    Property Value
    Type Description
    float

    Humidity

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX