Used when a SelectParentDimensionValueCommand is issued

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

Parameters

args
Type: Endeca.Web.UI.WebControls..::.DimensionValueEventArgs
Event args containing the context path of the dimension value whose parent should be selected

See Also