DataGridCommandEventArgs Class
Assembly: System.Web (in system.web.dll)
The CancelCommand event is raised when the Cancel button for an item in the DataGrid control is clicked.
The DeleteCommand event is raised when the Delete button for an item in the DataGrid control is clicked.
The EditCommand event is raised when the Edit button for an item in the DataGrid control is clicked.
The ItemCommand event is raised when any button for an item in the DataGrid control is clicked. This allows you to programmatically test for when a specific command button is clicked and take appropriate action. This event is commonly used to handle custom command buttons for the DataGrid control.
The UpdateCommand event is raised when the Update button for an item in the DataGrid control is clicked.
For a list of initial property values for an instance of DataGridCommandEventArgs, see the DataGridCommandEventArgs constructor.
For more information about handling events, see Events and Delegates.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
System.EventArgs
System.Web.UI.WebControls.CommandEventArgs
System.Web.UI.WebControls.DataGridCommandEventArgs