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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









ListCommandEventArgs.NET 1.1

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

This custom EventArgs object contains information
about the item the user clicked when the
List.ItemCommand event fires. The
CommandName property will contain a null reference
(Nothing), while the ListItem
identifies the MobileListItem that was clicked.

public class 

ListCommandEventArgs : System.Web.UI.WebControls.CommandEventArgs {
// Public Constructors
public

ListCommandEventArgs (MobileListItem

item , object

commandSource );
public

ListCommandEventArgs (MobileListItem

item , object

commandSource ,
System.Web.UI.WebControls.CommandEventArgs

originalArgs );
// Protected Static Fields
protected static readonly string

DefaultCommand ; // =Default
// Public Instance Properties
public object

CommandSource {get; }
public MobileListItem

ListItem {get; }
}



Hierarchy


System.Object
System.EventArgs
System.Web.UI.WebControls.CommandEventArgs
ListCommandEventArgs

Passed To


List.OnItemCommand( ),
ListCommandEventHandler.{BeginInvoke( ),
Invoke( )}


/ 873