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



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