asp.net.ph

DataListItemEventArgs Class

System.Web.UI.WebControls Namespace


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

DataListItemEventArgs Class Members

Collapse   Constructors

Visibility Constructor Parameters
public DataListItemEventArgs ( DataListItem item )

Collapse   Properties

Visibility Name Value Type Accessibility
public Item DataListItem [ Get ]

Remarks

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

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

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

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

See Also

DataList   DataListItemEventHandler 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