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( )}



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace