DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section