Table of Contents

Class UnitScanEventArgs

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

Arguments passed to the UnitScanned event handler.

public class UnitScanEventArgs : EventArgs
Inheritance
UnitScanEventArgs
Inherited Members

Constructors

UnitScanEventArgs(UnitScanStatus)

Initializes a new instance of the UnitScanEventArgs class.

public UnitScanEventArgs(UnitScanStatus status)

Parameters

status UnitScanStatus

The unit scan status.

Properties

Status

Gets the unit scan status.

public UnitScanStatus Status { get; }

Property Value

UnitScanStatus