Click or drag to resize

BarcodePickerDidScan Event

Barcode scanned event.

Namespace:  Scandit.BarcodePicker
Assembly:  Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 5.19.3.10 (5.19.3.10)
Syntax
public event DidScanDelegate DidScan

Value

Type: Scandit.BarcodePickerDidScanDelegate
Remarks
Barcode scanned events are emitted whenever a new barcode has been recognized. The scan delegate is invoked from a picker-internal thread and you must thus post any GUI-related work to the main thread.
Version Information

Scandit.Recognition

Supported in: 1.0.0.0
See Also