Table of Contents

Class BarCodeScanEventArgs

Namespace
Acuit.Pinpoint.BarCodeScanning
Assembly
Acuit.Pinpoint.BarCodeScanning.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.

Exceptions

ArgumentNullException

barCode is null.

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