←Select platform

Progress Event

Summary

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

Syntax
C#
C++/CLI
Python
public event EventHandler<BarcodeReaderProgressEventArgs> Progress 
public:  
   event EventHandler<Leadtools::Barcode::BarcodeReaderProgressEventArgs^>^ Progress 
def Progress(sender,e): # sender: BarcodeReader e: BarcodeReaderProgressEventArgs 
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 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.