Declaration Syntax
Public Overridable Sub UrlProcessed( _
ByVal sender As Object, _
ByVal argument As UrlCompletedEventArgs _
)
public virtual void UrlProcessed(
object sender,
UrlCompletedEventArgs argument
);
public: virtual void UrlProcessed(
Object sender,
UrlCompletedEventArgs argument
);
public function UrlProcessed(
sender : Object,
argument : UrlCompletedEventArgs
);
Parameters
- sender
- The sender of the event.
- argument
- Details of the processed url.
Remarks
This implementation finds all links in a file and saves those links out to a file.Requirements
Namespace: Eas.WebCrawler.PlugIns.UrlProcessedHandlersAssembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)