Raises the BuildingUrl event.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
protected virtual void OnBuildingUrl(
	GuidedNavigationUrlEventArgs args
)
Visual Basic (Declaration)
Protected Overridable Sub OnBuildingUrl ( _
	args As GuidedNavigationUrlEventArgs _
)
Visual C++
protected:
virtual void OnBuildingUrl(
	GuidedNavigationUrlEventArgs^ args
)

Parameters

args
Type: Endeca.Web.UI.WebControls..::.GuidedNavigationUrlEventArgs
Describes the URL that is being constructed.

See Also