This topic has not yet been rated - Rate this topic

SensorBase<TSensorReading>.CurrentValueChanged Event

July 26, 2012

Occurs when new data arrives from the sensor.

Namespace:  Microsoft.Devices.Sensors
Assembly:  Microsoft.Devices.Sensors (in Microsoft.Devices.Sensors.dll)
XMLNS for XAML: Not mapped to an xmlns.
public event EventHandler<SensorReadingEventArgs<TSensorReading>> CurrentValueChanged
<object CurrentValueChanged="EventHandler<SensorReadingEventArgs<TSensorReading>>" .../>

Set the preferred frequency with which this event is raised by setting the TimeBetweenUpdates property.

Windows Phone OS

Supported in: 7.1

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.