ListCommandEventArgs 类

定义

注意

The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.

为控件的事件ItemCommand提供数据List。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅具有 ASP.NET的移动应用 & 网站

public ref class ListCommandEventArgs : System::Web::UI::WebControls::CommandEventArgs
public class ListCommandEventArgs : System.Web.UI.WebControls.CommandEventArgs
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public class ListCommandEventArgs : System.Web.UI.WebControls.CommandEventArgs
type ListCommandEventArgs = class
    inherit CommandEventArgs
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type ListCommandEventArgs = class
    inherit CommandEventArgs
Public Class ListCommandEventArgs
Inherits CommandEventArgs
继承
ListCommandEventArgs
属性

构造函数

名称 说明
ListCommandEventArgs(MobileListItem, Object, CommandEventArgs)
已过时.

使用给定ListCommandEventArgs的 、ListItem原始命令参数初始化类的新实例CommandSource。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅具有 ASP.NET的移动应用 & 网站

ListCommandEventArgs(MobileListItem, Object)
已过时.

使用提供的ListCommandEventArgsListItem. 初始化类的新实例CommandSource。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅具有 ASP.NET的移动应用 & 网站

字段

名称 说明
DefaultCommand
已过时.

设置或返回默认命令的名称。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅具有 ASP.NET的移动应用 & 网站

属性

名称 说明
CommandArgument
已过时.

获取命令的参数。

(继承自 CommandEventArgs)
CommandName
已过时.

获取命令的名称。

(继承自 CommandEventArgs)
CommandSource
已过时.

返回引发事件的控件。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅具有 ASP.NET的移动应用 & 网站

ListItem
已过时.

返回生成事件的列表项。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅具有 ASP.NET的移动应用 & 网站

方法

名称 说明
Equals(Object)
已过时.

确定指定的对象是否等于当前对象。

(继承自 Object)
GetHashCode()
已过时.

用作默认哈希函数。

(继承自 Object)
GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()
已过时.

创建当前 Object的浅表副本。

(继承自 Object)
ToString()
已过时.

返回一个表示当前对象的字符串。

(继承自 Object)

适用于

另请参阅