Class VehicleSirenUpdatedEventArgs
Inheritance
VehicleSirenUpdatedEventArgs
Assembly: SlipeServer.Server.dll
Syntax
public sealed class VehicleSirenUpdatedEventArgs : EventArgs
Constructors
|
Edit this page
View Source
VehicleSirenUpdatedEventArgs(Vehicle, VehicleSiren)
Declaration
public VehicleSirenUpdatedEventArgs(Vehicle vehicle, VehicleSiren siren)
Parameters
Properties
|
Edit this page
View Source
Siren
Declaration
public VehicleSiren Siren { get; }
Property Value
|
Edit this page
View Source
Vehicle
Declaration
public Vehicle Vehicle { get; }
Property Value