Raised after a GuidedNavigationDimensionStateItem is first created in the
GuidedNavigation control, and before it is data bound.
Namespace:
Endeca.Web.UI.WebControlsAssembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public event EventHandler<GuidedNavigationDimensionStateItemEventArgs> DimensionStateItemCreated |
| Visual Basic (Declaration) |
|---|
Public Event DimensionStateItemCreated As EventHandler(Of GuidedNavigationDimensionStateItemEventArgs) |
| Visual C++ |
|---|
public: event EventHandler<GuidedNavigationDimensionStateItemEventArgs^>^ DimensionStateItemCreated { void add (EventHandler<GuidedNavigationDimensionStateItemEventArgs^>^ value); void remove (EventHandler<GuidedNavigationDimensionStateItemEventArgs^>^ value); } |