Occurs when the Delete button is clicked for an item in the System.Web.UI.WebControls.DataList control.
The DataList.DeleteCommand event is raised when the Delete button is clicked for an item in the System.Web.UI.WebControls.DataList control.
A typical handler for the DataList.DeleteCommand event removes the selected item from the data source and then rebinds the data to the System.Web.UI.WebControls.DataList control.
For more information about handling events, see How to: Consume Events in a Web Forms Application.