DataListItemEventArgs.DataListItemEventArgs Constructor
.NET Framework 3.0
Initializes a new instance of the DataListItemEventArgs class.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
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. |
Community Additions
ADD
Show: