CompassChangedEventArgs(CompassData) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the CompassChangedEventArgs class.
public:
CompassChangedEventArgs(Microsoft::Maui::Devices::Sensors::CompassData reading);
public CompassChangedEventArgs(Microsoft.Maui.Devices.Sensors.CompassData reading);
new Microsoft.Maui.Devices.Sensors.CompassChangedEventArgs : Microsoft.Maui.Devices.Sensors.CompassData -> Microsoft.Maui.Devices.Sensors.CompassChangedEventArgs
Public Sub New (reading As CompassData)
Parameters
- reading
- CompassData
The compass data reading.