Occurs when an item command event is raised.
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