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(
	PagerUrlEventArgs args
)
Visual Basic (Declaration)
Protected Overridable Sub OnBuildingUrl ( _
	args As PagerUrlEventArgs _
)
Visual C++
protected:
virtual void OnBuildingUrl(
	PagerUrlEventArgs^ args
)

Parameters

args
Type: Endeca.Web.UI.WebControls..::.PagerUrlEventArgs
Provides information that can be used to build a URL.

See Also