Fired when the UrlProcessed event occurs.

Declaration Syntax

Public Event OnUrlProcessed As EventHandler`1
public event EventHandler`1<UrlCompletedEventArgs> OnUrlProcessed;
public: __event EventHandler`1 OnUrlProcessed;
In JScript, you can handle the events defined by a class, but you cannot define your own.

Requirements

Namespace: Eas.WebCrawler.PlugIns.UrlProcessedHandlers
Assembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)

See Also

EventFiringUrlProcessedHandler Class | EventFiringUrlProcessedHandler Members | Eas.WebCrawler.PlugIns.UrlProcessedHandlers Namespace