asp.net.ph

DataGridItemEventArgs Class

System.Web.UI.WebControls Namespace


Provides data for the ItemCreated and ItemDataBound events of a DataGrid.

DataGridItemEventArgs Class Members

Collapse   Constructors

Visibility Constructor Parameters
public DataGridItemEventArgs ( DataGridItem item )

Collapse   Properties

Visibility Name Value Type Accessibility
public Item DataGridItem [ Get ]

Remarks

The ItemCreated event is raised whenever an item in the DataGrid is created.

The ItemDataBound event is raised whenever an item in the DataGrid is bound to a data source.

For a list of initial property values for an instance of DataGridItemEventArgs, see the DataGridItemEventArgs constructor.

For more information about handling events, see Web Forms Events Model.

See Also

DataGrid   DataGridItemEventHandler Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph