Class UnitStationEventArgs
- Namespace
- Acuit.Pinpoint.Workstation
- Assembly
- Acuit.Pinpoint.Workstation.Interfaces.dll
Arguments passed to the UnitReadyForOperator event handler.
public class UnitStationEventArgs : EventArgs
- Inheritance
-
UnitStationEventArgs
- Inherited Members
Constructors
UnitStationEventArgs(UnitStation)
Initializes a new instance of the UnitStationEventArgs class.
public UnitStationEventArgs(UnitStation unitStation)
Parameters
unitStation
UnitStationThe UnitStation entity for the current unit at this station.
Properties
UnitStation
Gets the UnitStation entity for the current unit at this station.
public UnitStation UnitStation { get; }