Raises the ItemCommand event.

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

Parameters

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

See Also