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

Parameters

dimensionId
Type: System..::.String
the ID of the dimension that was expanded or contracted.
rootDimensionValueContextPath
Type: System..::.String
The context path of the root dimension value of the dimension for the DimensionState represented by this instance.

See Also