Class VehiclePanelStateChangedArgs
Inheritance
VehiclePanelStateChangedArgs
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
Properties
|
Edit this page
View Source
Panel
Declaration
public VehiclePanel Panel { get; }
Property Value
|
Edit this page
View Source
State
Declaration
public VehiclePanelState State { get; }
Property Value
|
Edit this page
View Source
Vehicle
Declaration
public Vehicle Vehicle { get; }
Property Value