Show / Hide Table of Contents

Class MountedSessionEvents.TimeRangeChanged

Communicates a MountedSession change of TimeRange.

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

Constructors

TimeRangeChanged(TimeRange)

Initializes a new instance.

Declaration
public TimeRangeChanged(TimeRange timeRange)
Parameters
Type Name Description
TimeRange timeRange

New time-range.

Properties

TimeRange

New TimeRange.

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