Raised after a DimensionState 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<GuidedNavigationDimensionStateItemEventArgs> DimensionStateItemDataBound
Visual Basic (Declaration)
Public Event DimensionStateItemDataBound As EventHandler(Of GuidedNavigationDimensionStateItemEventArgs)
Visual C++
public:
 event EventHandler<GuidedNavigationDimensionStateItemEventArgs^>^ DimensionStateItemDataBound {
	void add (EventHandler<GuidedNavigationDimensionStateItemEventArgs^>^ value);
	void remove (EventHandler<GuidedNavigationDimensionStateItemEventArgs^>^ value);
}

See Also