Initializes a mew UrlEventArgs instance.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
protected UrlEventArgs(
	UrlManager urlManager,
	string commandSourceID
)
Visual Basic (Declaration)
Protected Sub New ( _
	urlManager As UrlManager, _
	commandSourceID As String _
)
Visual C++
protected:
UrlEventArgs(
	UrlManager^ urlManager, 
	String^ commandSourceID
)

Parameters

urlManager
Type: Endeca.Web.Url..::.UrlManager
the URL manager that will be used to build the URL.
commandSourceID
Type: System..::.String
ID of the ICommandSource for which the URL is being constructed.

See Also