Raises this Command 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 OnCommand(
	CommandEventArgs args
)
Visual Basic (Declaration)
Protected Overridable Sub OnCommand ( _
	args As CommandEventArgs _
)
Visual C++
protected:
virtual void OnCommand(
	CommandEventArgs^ args
)

Parameters

args
Type: System.Web.UI.WebControls..::.CommandEventArgs
Identfies the command that occurred.

See Also