Click or drag to resize
DidScanDelegate Delegate
Delegate used for scan events

Namespace: Scandit.BarcodePicker
Assembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public delegate void DidScanDelegate(
	ScanSession session
)

Parameters

session
Type: Scandit.BarcodePickerScanSession
The current scan session, giving access to recognized codes etc.
Remarks
The did scan delegate is used for signaling when barcodes have been recognized, e.g. with the DidScan event. The recognized barcodes are available from the session parameter.
See Also