Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

SensorBase<TSensorReading>.CurrentValueChanged Event

May 02, 2013

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: 8.0, 7.1

Windows Phone

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