ScanResultFoundEventArgs Class
Members 
Event Arguments sent from the Scanner when a result is found.
Object Model
ScanResultFoundEventArgs ClassScanResult Class
Syntax
public class ScanResultFoundEventArgs : System.EventArgs 
Inheritance Hierarchy

System.Object
   System.EventArgs
      HP.Sprinter.Scanners.API.ScanResultFoundEventArgs

Public Constructors
Public Properties
 NameDescription
Public PropertyScanResultThe scan result on which to send event.  
Top