Show / Hide Table of Contents

Class VehiclePanelStateChangedArgs

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

Constructors

| Edit this page View Source

VehiclePanelStateChangedArgs(Vehicle, VehiclePanel, VehiclePanelState)

Declaration
public VehiclePanelStateChangedArgs(Vehicle vehicle, VehiclePanel panel, VehiclePanelState state)
Parameters
Type Name Description
Vehicle vehicle
VehiclePanel panel
VehiclePanelState state

Properties

| Edit this page View Source

Panel

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

State

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