1 instantiation of OrientationSensorChangedEventArgs
Microsoft.Maui.Essentials (1)
OrientationSensor\OrientationSensor.shared.cs (1)
276 var args = new OrientationSensorChangedEventArgs(reading);
5 references to OrientationSensorChangedEventArgs
Microsoft.Maui.Essentials (5)
OrientationSensor\OrientationSensor.shared.cs (5)
37 event EventHandler<OrientationSensorChangedEventArgs> ReadingChanged; 48 public static event EventHandler<OrientationSensorChangedEventArgs> ReadingChanged 102 /// Initializes a new instance of the <see cref="OrientationSensorChangedEventArgs"/> class. 207 public event EventHandler<OrientationSensorChangedEventArgs>? ReadingChanged; 276 var args = new OrientationSensorChangedEventArgs(reading);