Initializes a new DimensionValueEventArgs 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 DimensionValueEventArgs(
	string dimensionValueId,
	string dimensionValueContextPath
)
Visual Basic (Declaration)
Public Sub New ( _
	dimensionValueId As String, _
	dimensionValueContextPath As String _
)
Visual C++
public:
DimensionValueEventArgs(
	String^ dimensionValueId, 
	String^ dimensionValueContextPath
)

Parameters

dimensionValueId
Type: System..::.String
The id of the dimension value that was selected.
dimensionValueContextPath
Type: System..::.String
The ContextPath of the dimension value that was selected.

See Also