RepeaterItemEventHandler

RepeaterItemEventHandlerserializable

System.Web.UI.WebControls (system.web.dll)delegate

This delegate specifies the parameters for the event handler routine that handles the ItemCreated and ItemDataBound events of the Repeater control. This event handler receives additional information about the item that was just created or bound through the RepeaterItemEventArgs class.

public delegate void RepeaterItemEventHandler(object sender, RepeaterItemEventArgs e);

Associated Events

Repeater.{ItemCreated( ), ItemDataBound( )}



    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