DataGrid.DeleteCommand Event
.NET Framework (current version)
Occurs when the Delete button is clicked for an item in the DataGrid control.
Assembly: System.Web (in System.Web.dll)
The DeleteCommand event is raised when the Delete button is clicked for an item in the DataGrid control.
A typical handler for the DeleteCommand event removes the selected item from the data source and then rebinds the data to the DataGrid control.
For more information about handling events, see NIB: Consuming Events.
The following code example demonstrates how to specify and code a handler for the DeleteCommand event to delete an item from the DataGrid control.
.NET Framework
Available since 1.1
Available since 1.1
Show: