Occurs when the reader finds a valid barcode data.
public event EventHandler<BarcodeReaderBarcodeFoundEventArgs> BarcodeFound
Public Event BarcodeFound As EventHandler(Of Leadtools.Barcode.BarcodeReaderBarcodeFoundEventArgs)
public:
event EventHandler<Leadtools::Barcode::BarcodeReaderBarcodeFoundEventArgs^>^ BarcodeFound
The BarcodeFound event occurs for each barcode found during the read operation. Subscribe to this event in order to examine the barcode data found and then optionally abort further processing. Note that the object obtained through the event data is not the same reference as the object that will be returned from the read operation.
Parameter | Type | Description |
---|---|---|
sender | object | The source of the event. |
e | BarcodeReaderBarcodeFoundEventArgs | The event data. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET