←Select platform

BarcodeFound Event

Summary

Occurs when the reader finds a valid barcode data.

Syntax
C#
VB
C++
public event EventHandler<BarcodeReaderBarcodeFoundEventArgs> BarcodeFound 
Public Event BarcodeFound As EventHandler(Of Leadtools.Barcode.BarcodeReaderBarcodeFoundEventArgs) 
public:  
   event EventHandler<Leadtools::Barcode::BarcodeReaderBarcodeFoundEventArgs^>^ BarcodeFound 
Remarks

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.

Event Data
ParameterTypeDescription
senderobjectThe source of the event.
eBarcodeReaderBarcodeFoundEventArgsThe event data.
Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.