Raises the BuildingUrl event.

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

See Also