←Select platform

BarcodeFound Event

Summary

Occurs when the reader finds a valid barcode data.

Syntax
C#
C++/CLI
Python
public event EventHandler<BarcodeReaderBarcodeFoundEventArgs> BarcodeFound 
public:  
   event EventHandler<Leadtools::Barcode::BarcodeReaderBarcodeFoundEventArgs^>^ BarcodeFound 
def BarcodeFound(sender,e): # sender: BarcodeReader e: BarcodeReaderBarcodeFoundEventArgs 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly

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