ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 735
نمايش فراداده

DataGridCommandEventHandlerserializable

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 DataGrid control. This event handler receives additional information about the item that was clicked.

public delegate void 

DataGridCommandEventHandler (object

source , DataGridCommandEventArgs

e );

Associated Events

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