←Select platform

Progress Event (BarcodeReader)

Summary

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

Syntax

C#
VB
C++
public event EventHandler<Leadtools.Barcode.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize