Raised after a DimensionValue is data bound in the GuidedNavigation control, and before it is rendered on the page.

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 event EventHandler<GuidedNavigationDimensionValueItemEventArgs> DimensionValueItemDataBound
Visual Basic (Declaration)
Public Event DimensionValueItemDataBound As EventHandler(Of GuidedNavigationDimensionValueItemEventArgs)
Visual C++
public:
 event EventHandler<GuidedNavigationDimensionValueItemEventArgs^>^ DimensionValueItemDataBound {
	void add (EventHandler<GuidedNavigationDimensionValueItemEventArgs^>^ value);
	void remove (EventHandler<GuidedNavigationDimensionValueItemEventArgs^>^ value);
}

See Also