Click or drag to resize
BarcodePickerDidScan Event
Barcode scanned event.

Namespace: Scandit.BarcodePicker
Assembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 4.16.0.0 (4.16.0.0)
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.
See Also