SensorChangedEventArgs
Wisej.Hybrid.Shared.Sensors.SensorChangedEventArgs
Namespace: Wisej.Hybrid.Shared.Sensors
Assembly: Wisej.Hybrid (3.5.0.0)
Event arguments containing the current reading.
public class SensorChangedEventArgs : EventArgs
Constructors
SensorChangedEventArgs(type, reading)

Initializes a new instance of SensorChangedEventArgs with the given _args.
Name
Type
Description
Properties
Data

Object: The current values of the sensor.
Sensor

SensorType: The type of sensor that changed.
Last updated