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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









ListDataBindEventArgs.NET 1.1

System.Web.UI.MobileControls (system.web.mobile.dll)class

This custom EventArgs object contains information
provided to methods that handle the
List.ItemDataBind event. This information includes
the MobileListItem that is being bound
(ListItem) and the data item that is being bound
to it (DataItem). For example, if you are binding
a list to a System.Data.DataTable, the
DataItem will return the corresponding
System.Data.DataRow object.

public class 

ListDataBindEventArgs : EventArgs {
// Public Constructors
public

ListDataBindEventArgs (MobileListItem

item , object

dataItem );
// Public Instance Properties
public object

DataItem {get; }
public MobileListItem

ListItem {get; }
}



Hierarchy


System.Object
System.EventArgs
ListDataBindEventArgs

Passed To


List.OnItemDataBind( ),
ListDataBindEventHandler.{BeginInvoke( ),
Invoke( )}, SelectionList.OnItemDataBind(
)


/ 873