DekGenius.com
[ Team LiB ] Previous Section Next Section

DataListCommandEventHandlerserializable

System.Web.UI.WebControls (system.web.dll)delegate

This delegate specifies the parameters for the event handler routine that handles the ItemCommand, CancelCommand, DeleteCommand, EditCommand, and UpdateCommand events of the DataList control. This event handler receives additional information about the item that was clicked.

public delegate void DataListCommandEventHandler(object source, DataListCommandEventArgs e);

Associated Events

DataList.{CancelCommand( ), DeleteCommand( ), EditCommand( ), ItemCommand( ), UpdateCommand( )}

    [ Team LiB ] Previous Section Next Section