Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public GuidedNavigationItemCommandEventArgs(
	Control item,
	GuidedNavigationItemType itemType,
	Object commandSource,
	CommandEventArgs originalArgs
)
Visual Basic (Declaration)
Public Sub New ( _
	item As Control, _
	itemType As GuidedNavigationItemType, _
	commandSource As Object, _
	originalArgs As CommandEventArgs _
)
Visual C++
public:
GuidedNavigationItemCommandEventArgs(
	Control^ item, 
	GuidedNavigationItemType itemType, 
	Object^ commandSource, 
	CommandEventArgs^ originalArgs
)

See Also