June 2002
Intermediate to advanced
816 pages
28h 12m
English
RepeaterItemEventArgs
This class provides additional information for the ItemCreated and ItemDataBound events
of the Repeater control. This additional
information consists of a Item property,
which represents the item that was just added to the Repeater control or bound to the data
source.
Public NotInheritable Class RepeaterItemEventArgs : Inherits EventArgs ' Public Constructors Public Sub New(ByVal item As RepeaterItem) ' Public Instance Properties Public ReadOnly Property Item As RepeaterItem End Class
System.Object→System.EventArgs→ RepeaterItemEventArgs
Read now
Unlock full access