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#
protected virtual void OnDimensionStateGroupItemDataBound(
	GuidedNavigationDimensionStateGroupItemEventArgs args
)
Visual Basic (Declaration)
Protected Overridable Sub OnDimensionStateGroupItemDataBound ( _
	args As GuidedNavigationDimensionStateGroupItemEventArgs _
)
Visual C++
protected:
virtual void OnDimensionStateGroupItemDataBound(
	GuidedNavigationDimensionStateGroupItemEventArgs^ args
)

Parameters

args
Type: Endeca.Web.UI.WebControls..::.GuidedNavigationDimensionStateGroupItemEventArgs
Identifies the dimension state group that was data bound.

See Also