Under Desk Bike

    Show / Hide Table of Contents

    Class BikeWorkoutEventArgs

    The event data for the workout sample.

    Inheritance
    object
    EventArgs
    BikeWorkoutEventArgs
    Inherited Members
    EventArgs.Empty
    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 Source

    BikeWorkoutEventArgs(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
    EventArgs

    Properties

    | Improve this Doc View Source

    Data

    Gets the workout data.

    public BikeWorkoutData Data { get; }
    Property Type
    BikeWorkoutData
    Remarks

    Initializes a new instance of the BikeWorkoutEventArgs class.

    See Also
    EventArgs

    See Also

    EventArgs
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2021 by Wayne Venables