Share via


Barometer.ReadingChanged Event

Definition

Occurs each time the barometer sensor reports a new value.

public event TypedEventHandler<Barometer,BarometerReadingChangedEventArgs> ReadingChanged;

Event Type

Remarks

An application may register this event handler to obtain sensor readings. The application must establish a desired ReportInterval. This sets the frequency of the ReadingChanged event.

Applies to