ScanResultFound Event
The scanner fires this event when a result is found in the scanned data.
Syntax
event ScanResultFoundEventHandler ScanResultFound
Event Data

The event handler receives an argument of type ScanResultFoundEventArgs containing data related to this event. The following ScanResultFoundEventArgs properties provide information specific to this event.

PropertyDescription
ScanResultThe scan result on which to send event.  
Remarks
Any finding in the ScanContext that the scanner reports on is called a result. Typically, a result is a problem or error in the interaction with the Application Under Test (AUT).