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

Parameters

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

See Also