Raised when a button is clicked in the Breadcrumbs control.

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 event EventHandler<BreadcrumbsItemCommandEventArgs> ItemCommand
Visual Basic (Declaration)
Public Event ItemCommand As EventHandler(Of BreadcrumbsItemCommandEventArgs)
Visual C++
public:
 event EventHandler<BreadcrumbsItemCommandEventArgs^>^ ItemCommand {
	void add (EventHandler<BreadcrumbsItemCommandEventArgs^>^ value);
	void remove (EventHandler<BreadcrumbsItemCommandEventArgs^>^ value);
}

See Also