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( )}



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net