Table of Contents

Class BarCodeScanEventArgs

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

Arguments passed to bar code scan event handlers.

public class BarCodeScanEventArgs : EventArgs
Inheritance
BarCodeScanEventArgs
Inherited Members

Constructors

BarCodeScanEventArgs(string)

Initializes a new instance of the BarCodeScanEventArgs class.

public BarCodeScanEventArgs(string barCode)

Parameters

barCode string

The scanned bar code.

Properties

BarCode

Gets the scanned bar code.

public string BarCode { get; }

Property Value

string

Handled

Gets or sets whether this input event has been handled.

public bool Handled { get; set; }

Property Value

bool