Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataListItemEventArgs Constructor (DataListItem^)

 

Initializes a new instance of the DataListItemEventArgs class.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
DataListItemEventArgs(
	DataListItem^ item
)

Parameters

item
Type: System.Web.UI.WebControls::DataListItem^

A DataListItem object that represents an item in the DataList control.

Use this constructor to create and initialize a new instance of the DataListItemEventArgs class.

When an instance of DataListItemEventArgs is created by a call to this constructor, the following property is initialized to the specified value.

Property

Initial Value

Item

The value of the item parameter.

The following example demonstrates how to create and initialize a new instance of the DataListItemEventArgs class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft