Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Handles the BarcodeFound events
Namespace: Bytescout.BarCodeReader
Assembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
public delegate void BarcodeFoundEventHandler( Object sender, BarcodeFoundEventArgs e )
Parameters
- sender
- Type: SystemObject
The source of the event. - e
- Type: Bytescout.BarCodeReaderBarcodeFoundEventArgs
The BarcodeFoundEventArgs instance containing the found barcode information.
See Also