ReaderBarcodeFoundEventHandler DelegateByteScout Barcode Reader SDK
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

Reference