Occurs when the reader detects and sucessfully decodes a barcode symbol.
Namespace: Neodynamic.SDK.BarcodeReaderAssembly: Neodynamic.SDK.BarcodeReader (in Neodynamic.SDK.BarcodeReader.dll) Version: 1.0.2000.0 (1.0.2000.0)
Syntax
C# |
---|
public event BarcodeFoundEventHandler BarcodeFound |
Visual Basic |
---|
Public Event BarcodeFound As BarcodeFoundEventHandler |
Visual C++ |
---|
public: event BarcodeFoundEventHandler^ BarcodeFound { void add (BarcodeFoundEventHandler^ value); void remove (BarcodeFoundEventHandler^ value); } |