Initializes a new GuidedNavigationDimensionStateItemEventArgs instance.
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 GuidedNavigationDimensionStateGroupItemEventArgs( GuidedNavigationDimensionStateGroupItem item ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ item As GuidedNavigationDimensionStateGroupItem _ ) |
| Visual C++ |
|---|
public: GuidedNavigationDimensionStateGroupItemEventArgs( GuidedNavigationDimensionStateGroupItem^ item ) |
Parameters
- item
- Type: Endeca.Web.UI.WebControls..::.GuidedNavigationDimensionStateGroupItem
The GuidedNavigationDimensionStateItem that was created or data bound.