DataListItemEventArgs Constructor (DataListItem^)
.NET Framework (current version)
Initializes a new instance of the DataListItemEventArgs class.
Assembly: System.Web (in System.Web.dll)
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: