Show / Hide Table of Contents

Class MountedSessionEvents.LapAdded

Communicates a new MountedLap added to a MountedSession.

Inheritance
System.Object
MountedSessionEvents.SessionUpdated
MountedSessionEvents.LapAdded
Namespace: MESL.SqlRace.Domain.MountedSessions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class LapAdded : MountedSessionEvents.SessionUpdated

Constructors

LapAdded(MountedLap)

Initializes a new instance.

Declaration
public LapAdded(MountedLap lap)
Parameters
Type Name Description
MountedLap lap

Added lap.

Properties

Lap

New MountedLap.

Declaration
public MountedLap Lap { get; }
Property Value
Type Description
MountedLap
Back to top Generated by DocFX