Show / Hide Table of Contents

Class LapEventArgs

Event arguments associated with the LapCompleted and LapStarted events. Contains a reference to the lap that completed.

Inheritance
System.Object
LapEventArgs
Namespace: MESL.SqlRace.Domain.Collections
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class LapEventArgs : EventArgs

Constructors

LapEventArgs(SessionKey, Lap)

Initialises a new instance of the LapEventArgs class.

Declaration
public LapEventArgs(SessionKey sessionKey, Lap lap)
Parameters
Type Name Description
MAT.OCS.Core.SessionKey sessionKey

The session key.

Lap lap

The lap item.

Properties

Lap

Gets the lap.

Declaration
public Lap Lap { get; }
Property Value
Type Description
Lap

The lap item.

SessionKey

Gets the session key for this lap.

Declaration
public SessionKey SessionKey { get; }
Property Value
Type Description
MAT.OCS.Core.SessionKey
In This Article
  • Constructors
    • LapEventArgs(SessionKey, Lap)
  • Properties
    • Lap
    • SessionKey
Back to top Generated by DocFX