ReaderBarcodeFoundEventHandler Delegate
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Handles the BarcodeFound events
Namespace:Bytescout.BarCodeReaderAssembly: 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