Name

DataListItemEventArgs

Synopsis

This class provides extra information for the DataList.ItemCreated and DataList.ItemDataBound events. This information consists of an Item property that contains the current DataListItem object.

Public NotInheritable Class DataListItemEventArgs : Inherits EventArgs
' Public Constructors
   Public Sub New(ByVal item As DataListItem) 
' Public Instance Properties
   Public ReadOnly Property Item As DataListItem  
End Class

Hierarchy

System.ObjectSystem.EventArgs DataListItemEventArgs

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.