←Select platform

BarcodeReaderBarcodeFoundEventArgs Class

Summary

Data for the BarcodeReader.BarcodeFound event.

Syntax

C#
VB
C++
public class BarcodeReaderBarcodeFoundEventArgs : EventArgs 
Public Class BarcodeReaderBarcodeFoundEventArgs 
   Inherits System.EventArgs 
public ref class BarcodeReaderBarcodeFoundEventArgs : System::EventArgs 

Remarks

The BarcodeReaderBarcodeFoundEventArgs will occur for each BarcodeData found during the read operation. The value of Data will be set to the object found. Setting the value of Abort to true will abort the read operation.

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