Table of Contents

Class UnitReleasingEventArgs

Namespace
Acuit.Pinpoint.Workstation
Assembly
Acuit.Pinpoint.Workstation.Interfaces.dll

Arguments passed to the UnitReleasing event handler.

public class UnitReleasingEventArgs : CancelEventArgs
Inheritance
UnitReleasingEventArgs
Inherited Members

Constructors

UnitReleasingEventArgs(UnitStation)

Initializes a new instance of the UnitReleasingEventArgs class.

public UnitReleasingEventArgs(UnitStation unitStation)

Parameters

unitStation UnitStation

The 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; }

Property Value

UnitStation

Remarks

This makes it convenient to remove any event handlers watching for changes in the current unit state.