Called when the user requests that a dimension value should be navigated to.
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 OnSelectDimensionValue(
string dimensionValueName,
string contextPath
) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub OnSelectDimensionValue ( _
dimensionValueName As String, _
contextPath As String _
) |
| Visual C++ |
|---|
protected:
virtual void OnSelectDimensionValue(
String^ dimensionValueName,
String^ contextPath
) |
See Also