Raises this ItemCommand event.

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

Parameters

args
Type: Endeca.Web.UI.WebControls..::.BreadcrumbsItemCommandEventArgs
Identfies the command that occurred.

See Also