ScanResultFoundEventHandler Delegate
The scanner sending the event.
Event Arguments sent from the Scanner when a result is found.
New scan result event handler.
Syntax
public delegate void ScanResultFoundEventHandler( 
   IScanner sender,
   ScanResultFoundEventArgs args
)

Parameters

sender
The scanner sending the event.
args
Event Arguments sent from the Scanner when a result is found.