Click or drag to resize
AnalogSensorReadingChanged Event
Occurs each time the sensor reports a new reading.

Namespace: Microsoft.IoT.Devices.Sensors
Assembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public event TypedEventHandler<IAnalogSensor, AnalogSensorReadingChangedEventArgs> ReadingChanged

Value

Type: Windows.FoundationTypedEventHandlerIAnalogSensor, AnalogSensorReadingChangedEventArgs

Implements

IAnalogSensorReadingChanged
See Also