June 2002
Intermediate to advanced
816 pages
28h 12m
English
DataListItemEventArgs
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
System.Object→System.EventArgs→ DataListItemEventArgs
Read now
Unlock full access