Initializes a new TagCloudDimensionValueSelectedEventArgs instance.

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#
public TagCloudDimensionValueSelectedEventArgs(
	string dimensionValueName,
	string contextPath
)
Visual Basic (Declaration)
Public Sub New ( _
	dimensionValueName As String, _
	contextPath As String _
)
Visual C++
public:
TagCloudDimensionValueSelectedEventArgs(
	String^ dimensionValueName, 
	String^ contextPath
)

Parameters

dimensionValueName
Type: System..::.String
contextPath
Type: System..::.String

See Also