Click or drag to resize
BarcodePickerDidScanCommand Property
Command that's executed when DidScan event happen.

Namespace: Scandit.BarcodePicker
Assembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public ICommand DidScanCommand { get; set; }

Property Value

Type: ICommand
Remarks
The parameter will be an instance of ScanSession.
See Also