System.Web.UI.WebControls.DataGrid.ItemCreated Event

Occurs on the server when an item in the System.Web.UI.WebControls.DataGrid control is created.

Syntax

public event DataGridItemEventHandler ItemCreated

Remarks

The DataGrid.ItemCreated event is raised when an item in the System.Web.UI.WebControls.DataGrid control is created, both during round-trips and at the time data is bound to the control.

The DataGrid.ItemCreated event is commonly used to control the content and appearance of a row in the System.Web.UI.WebControls.DataGrid control.

For more information about handling events, see [<topic://cpconEventsOverview>].

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0