Class ElevatorSequencesUpdatedEventArgs
Contains all information after an elevator sequence is updated.
public class ElevatorSequencesUpdatedEventArgs : IExiledEvent
- Inheritance
-
ElevatorSequencesUpdatedEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
ElevatorSequencesUpdatedEventArgs(ElevatorChamber, ElevatorSequence)
Initializes a new instance of the ElevatorSequencesUpdatedEventArgs class.
public ElevatorSequencesUpdatedEventArgs(ElevatorChamber elevatorChamber, ElevatorChamber.ElevatorSequence sequence)
Parameters
elevatorChamber
ElevatorChambersequence
ElevatorChamber.ElevatorSequence
Properties
Elevator
Gets the elevator chamber that triggered this event.
public ElevatorChamber Elevator { get; }
Property Value
- ElevatorChamber
Lift
Gets the lift that triggered this event.
public Lift Lift { get; }
Property Value
Sequence
Gets the new sequence of the elevator.
public ElevatorChamber.ElevatorSequence Sequence { get; }
Property Value
- ElevatorChamber.ElevatorSequence