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: 5.10.0.10 (5.10.0.10)
Syntax
public ICommand DidScanCommand { get; set; }

Property Value

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