BarometerChangedEventArgs(BarometerData) 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 BarometerChangedEventArgs class.
public:
BarometerChangedEventArgs(Microsoft::Maui::Devices::Sensors::BarometerData reading);
public BarometerChangedEventArgs(Microsoft.Maui.Devices.Sensors.BarometerData reading);
new Microsoft.Maui.Devices.Sensors.BarometerChangedEventArgs : Microsoft.Maui.Devices.Sensors.BarometerData -> Microsoft.Maui.Devices.Sensors.BarometerChangedEventArgs
Public Sub New (reading As BarometerData)
Parameters
- reading
- BarometerData
The barometer data reading.