Table of Contents

Interface IBarCodeScanner

Namespace
Acuit.Pinpoint.BarCodeScanning
Assembly
Acuit.Pinpoint.BarCodeScanning.dll

A bar code scanner.

public interface IBarCodeScanner

Events

BarCodeScanned

Occurs when a bar code is scanned.

event EventHandler<BarCodeScanEventArgs> BarCodeScanned

Event Type

EventHandler<BarCodeScanEventArgs>

Remarks

This event might be raised on a background worker thread.