Raised after a GuidedNavigationDimensionValueItem is first created in the GuidedNavigation control, and before it is data bound.

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

See Also