Share via


OrientationSensorChangedEventArgs(OrientationSensorData) Constructor

Definition

Initializes a new instance of the OrientationSensorChangedEventArgs class.

public:
 OrientationSensorChangedEventArgs(Microsoft::Maui::Devices::Sensors::OrientationSensorData reading);
public OrientationSensorChangedEventArgs (Microsoft.Maui.Devices.Sensors.OrientationSensorData reading);
new Microsoft.Maui.Devices.Sensors.OrientationSensorChangedEventArgs : Microsoft.Maui.Devices.Sensors.OrientationSensorData -> Microsoft.Maui.Devices.Sensors.OrientationSensorChangedEventArgs
Public Sub New (reading As OrientationSensorData)

Parameters

reading
OrientationSensorData

The orientation sensor data reading.

Applies to