Name

RepeaterItemEventArgs

Synopsis

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

Hierarchy

System.ObjectSystem.EventArgs RepeaterItemEventArgs

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.