Initializes a new GuidedNavigationUrlEventArgs 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#
public GuidedNavigationUrlEventArgs(
	UrlManager manager,
	string commandSourceID,
	Object dataItem,
	GuidedNavigationUrlType urlType
)
Visual Basic (Declaration)
Public Sub New ( _
	manager As UrlManager, _
	commandSourceID As String, _
	dataItem As Object, _
	urlType As GuidedNavigationUrlType _
)
Visual C++
public:
GuidedNavigationUrlEventArgs(
	UrlManager^ manager, 
	String^ commandSourceID, 
	Object^ dataItem, 
	GuidedNavigationUrlType urlType
)

Parameters

manager
Type: Endeca.Web.Url..::.UrlManager
Manager that the GuidedNavigation control will use to construct the URL.
commandSourceID
Type: System..::.String
ID of the ICommandSource for which the URL is being constructed.
dataItem
Type: System..::.Object
Data item (DimensionValue or DimensionState) that provides context for the URL.
urlType
Type: Endeca.Web.UI.WebControls..::.GuidedNavigationUrlType
Gets the type of URL that is being constructed.

See Also