Declaration Syntax
Event OnTrace As EventHandler`1
event EventHandler`1<ProcessingStateMessageEventArgs> OnTrace;
__event EventHandler`1 OnTrace;
In JScript, you can handle the events defined by a class, but you cannot define your own.
Remarks
Trace events are only fired if the TraceLevel of the trace is as high as the TraceLevel set on this WebCrawlerEvents.Requirements
Namespace: Eas.WebCrawler.InterfacesAssembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)