GyroscopeChangedEventArgs(GyroscopeData) Constructor

Definition

Initializes a new instance of the GyroscopeChangedEventArgs class.

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

Parameters

reading
GyroscopeData

The gyroscope data reading.

Applies to