ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 805
نمايش فراداده

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