Summary

A delegate taking a UrlCompletedEventArgs and returning a System.Boolean.

Declaration Syntax

Public Delegate Function UrlSelectionDelegate( _
	ByVal argument As UrlCompletedEventArgs _
) As Boolean
public delegate bool UrlSelectionDelegate(
	UrlCompletedEventArgs argument
);
public __gc __sealed __delegate bool UrlSelectionDelegate(
	UrlCompletedEventArgs argument
);
In JScript, you can use the delegates in the .NET Framework, but you cannot define your own.

Parameters

argument
A UrlCompletedEventArgs

Requirements

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

See Also

Eas.WebCrawler.PlugIns.UrlProcessedHandlers Namespace