1 implementation of ReadingChanged
Microsoft.Maui.Essentials (1)
OrientationSensor\OrientationSensor.shared.cs (1)
207
public event EventHandler<OrientationSensorChangedEventArgs>?
ReadingChanged
;
3 references to ReadingChanged
Microsoft.Maui.Essentials (3)
OrientationSensor\OrientationSensor.shared.cs (3)
50
add => Current.
ReadingChanged
+= value;
51
remove => Current.
ReadingChanged
-= value;
97
/// Contains the current orientation sensor information from the <see cref="IOrientationSensor.
ReadingChanged
"/> event.