DataGridItemEventHandler

DataGridItemEventHandlerserializable

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

This delegate defines the parameter list for methods that handle the DataGrid.ItemCreated and DataGrid.ItemDataBound events. These events provides extra information about the current DataGridItem through the DataGridItemEventArgs class.

public delegate void DataGridItemEventHandler(object sender, DataGridItemEventArgs e);

Associated Events

DataGrid.{ItemCreated( ), ItemDataBound( )}



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net