Class VehicleColorChangedEventsArgs
Inheritance
VehicleColorChangedEventsArgs
Assembly: SlipeServer.Server.dll
Syntax
public sealed class VehicleColorChangedEventsArgs : EventArgs
Constructors
|
Edit this page
View Source
VehicleColorChangedEventsArgs(Vehicle, byte, Color)
Declaration
public VehicleColorChangedEventsArgs(Vehicle vehicle, byte index, Color newColor)
Parameters
Properties
|
Edit this page
View Source
Index
Declaration
public byte Index { get; }
Property Value
|
Edit this page
View Source
NewColor
Declaration
public Color NewColor { get; }
Property Value
|
Edit this page
View Source
Vehicle
Declaration
public Vehicle Vehicle { get; }
Property Value