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