←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly