Class BikeWorkoutEventArgs
The event data for the workout sample.
Inherited Members
Namespace: UnderDeskBike
Assembly: UnderDeskBike.Device.dll
Syntax
public class BikeWorkoutEventArgs : EventArgs
Remarks
Initializes a new instance of the BikeWorkoutEventArgs class.
Constructors
| Improve this Doc View SourceBikeWorkoutEventArgs(BikeWorkoutData)
The event data for the workout sample.
public BikeWorkoutEventArgs(BikeWorkoutData data)
Parameters
Type | Name | Description |
---|---|---|
BikeWorkoutData | data | The data. |
Remarks
Initializes a new instance of the BikeWorkoutEventArgs class.
See Also
Properties
| Improve this Doc View SourceData
Gets the workout data.
public BikeWorkoutData Data { get; }
Property Type
BikeWorkoutData |
Remarks
Initializes a new instance of the BikeWorkoutEventArgs class.