Raised after a DimensionStateGroup is data bound in the
GuidedNavigation control, and before it is rendered on the page.
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> DimensionStateGroupItemDataBound |
| Visual Basic (Declaration) |
|---|
Public Event DimensionStateGroupItemDataBound As EventHandler(Of GuidedNavigationDimensionStateGroupItemEventArgs) |
| Visual C++ |
|---|
public: event EventHandler<GuidedNavigationDimensionStateGroupItemEventArgs^>^ DimensionStateGroupItemDataBound { void add (EventHandler<GuidedNavigationDimensionStateGroupItemEventArgs^>^ value); void remove (EventHandler<GuidedNavigationDimensionStateGroupItemEventArgs^>^ value); } |