Show / Hide Table of Contents

Class VehicleColorChangedEventsArgs

Inheritance
object
EventArgs
VehicleColorChangedEventsArgs
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 VehicleColorChangedEventsArgs : EventArgs

Constructors

| Edit this page View Source

VehicleColorChangedEventsArgs(Vehicle, byte, Color)

Declaration
public VehicleColorChangedEventsArgs(Vehicle vehicle, byte index, Color newColor)
Parameters
Type Name Description
Vehicle vehicle
byte index
Color newColor

Properties

| Edit this page View Source

Index

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

NewColor

Declaration
public Color NewColor { get; }
Property Value
Type Description
Color
| 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