Declaration Syntax
Event Stopped As EventHandler
event EventHandler Stopped;
__event EventHandler Stopped;
In JScript, you can handle the events defined by a class, but you cannot define your own.
Remarks
This event can be fired because someone called Stop on the crawler, or because all requests completed processing.Requirements
Namespace: Eas.WebCrawler.InterfacesAssembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)