ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









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


/ 873