Declaration Syntax
Event UrlFailed As EventHandler`1
event EventHandler`1<UrlFailedEventArgs> UrlFailed;
__event EventHandler`1 UrlFailed;
In JScript, you can handle the events defined by a class, but you cannot define your own.
Requirements
Namespace: Eas.WebCrawler.InterfacesAssembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)