Show / Hide Table of Contents

Class VehicleSirenUpdatedEventArgs

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

Constructors

| Edit this page View Source

VehicleSirenUpdatedEventArgs(Vehicle, VehicleSiren)

Declaration
public VehicleSirenUpdatedEventArgs(Vehicle vehicle, VehicleSiren siren)
Parameters
Type Name Description
Vehicle vehicle
VehicleSiren siren

Properties

| Edit this page View Source

Siren

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