RepeaterItemEventArgs

RepeaterItemEventArgs

System.Web.UI.WebControls (system.web.dll)sealed class

This class provides additional information for the ItemCreated and ItemDataBound events of the Repeater control. This additional information consists of an Item property, which represents the item that was just added to the Repeater control or bound to the data source.

public sealed class RepeaterItemEventArgs : EventArgs {
// Public Constructors
   public RepeaterItemEventArgs(RepeaterItem item);
// Public Instance Properties
   public RepeaterItem Item{get; }
}

Hierarchy

System.Object System.EventArgs RepeaterItemEventArgs

Passed To

Repeater.{OnItemCreated( ), OnItemDataBound( )}, RepeaterItemEventHandler.{BeginInvoke( ), Invoke( )}



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace