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

Leadtools.Barcode Assembly