Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Grid.ItemCommand Event

Occurs when an item command event is raised.

[Visual Basic]
Public Event ItemCommand As GridCommandEventHandler
[C#]
public event GridCommandEventHandler ItemCommand;

Event Data

The event handler receives an argument of type GridCommandEventArgs containing data related to this event. The following GridCommandEventArgs properties provide information specific to this event.

Property Description
CommandName Gets the command name associated with this event.
Item Gets the grid item associated with this event.

Remarks

An item command event is raised when a button inside a ButtonColumn is clicked in server or callback mode, or when client side function raiseItemCommandEvent is called.

See Also

Grid Class | EO.Web Namespace


Direct link to this topic