ObjectListShowCommandsEventArgs 类     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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.
为 ObjectList 的 ShowItemCommands 事件提供数据。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。
public ref class ObjectListShowCommandsEventArgs : EventArgspublic class ObjectListShowCommandsEventArgs : EventArgs[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 ObjectListShowCommandsEventArgs : EventArgstype ObjectListShowCommandsEventArgs = class
    inherit EventArgs[<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 ObjectListShowCommandsEventArgs = class
    inherit EventArgsPublic Class ObjectListShowCommandsEventArgs
Inherits EventArgs- 继承
- 属性
示例
有关代码示例,请参阅示例以获取 ObjectList 概述。
注解
将自动创建 对象的实例ObjectListShowCommandsEventArgs并将其传递给 事件的事件处理程序ShowItemCommandsObjectList。
继承的类或事件处理程序可以使用此事件通过更改 属性中的 Commands 命令集合来显示项唯一的命令。
构造函数
| ObjectListShowCommandsEventArgs(ObjectListItem, ObjectListCommandCollection) | 
				已过时.
			 初始化 ObjectListShowCommandsEventArgs 类的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。 | 
属性
| Commands | 
				已过时.
			 获取或设置 ObjectListCommandCollection 对象中的命令集合。 集合最初为空。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。 | 
| ListItem | 
				已过时.
			 返回将要显示的指定命令的列表项。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站。 | 
方法
| Equals(Object) | 
		已过时.
	 确定指定对象是否等于当前对象。(继承自 Object) | 
| GetHashCode() | 
		已过时.
	 作为默认哈希函数。(继承自 Object) | 
| GetType() | 
		已过时.
	 获取当前实例的 Type。(继承自 Object) | 
| MemberwiseClone() | 
		已过时.
	 创建当前 Object 的浅表副本。(继承自 Object) | 
| ToString() | 
		已过时.
	 返回表示当前对象的字符串。(继承自 Object) |