←Select platform

Progress Event

Summary

Occurs when the reader is processing the request to indicate the current progress (percent completion).

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

Remarks

The Progress event occurs during the read operation. Subscribe to this event to show a progress handler and optionally abort the read operation.

Event Data

ParameterTypeDescription
senderobjectThe source of the event.
eBarcodeReaderProgressEventArgsThe event data.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly