Show / Hide Table of Contents

Class VehicleLightStateChangedArgs

Inheritance
object
EventArgs
VehicleLightStateChangedArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Elements.Events
Assembly: SlipeServer.Server.dll
Syntax
public sealed class VehicleLightStateChangedArgs : EventArgs

Constructors

| Edit this page View Source

VehicleLightStateChangedArgs(Vehicle, VehicleLight, VehicleLightState)

Declaration
public VehicleLightStateChangedArgs(Vehicle vehicle, VehicleLight light, VehicleLightState state)
Parameters
Type Name Description
Vehicle vehicle
VehicleLight light
VehicleLightState state

Properties

| Edit this page View Source

Light

Declaration
public VehicleLight Light { get; }
Property Value
Type Description
VehicleLight
| Edit this page View Source

State

Declaration
public VehicleLightState State { get; }
Property Value
Type Description
VehicleLightState
| Edit this page View Source

Vehicle

Declaration
public Vehicle Vehicle { get; }
Property Value
Type Description
Vehicle
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX