ListCommandEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 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.
提供控制 ItemCommand 事件 List 的資料。 有關如何開發 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
- 繼承
- 屬性
建構函式
| 名稱 | Description |
|---|---|
| ListCommandEventArgs(MobileListItem, Object, CommandEventArgs) |
已淘汰.
使用給定ListItem的 、 CommandSource、 及原始指令參數初始化該類別的新實例ListCommandEventArgs。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 |
| ListCommandEventArgs(MobileListItem, Object) |
已淘汰.
利用提供的 ListItem 和 CommandSource初始化該類別的新實例ListCommandEventArgs。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 |
欄位
| 名稱 | Description |
|---|---|
| DefaultCommand |
已淘汰.
設定或回傳預設指令的名稱。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 |
屬性
| 名稱 | Description |
|---|---|
| CommandArgument |
已淘汰.
這才有命令的理由。 (繼承來源 CommandEventArgs) |
| CommandName |
已淘汰.
會拿到指令名稱。 (繼承來源 CommandEventArgs) |
| CommandSource |
已淘汰.
還原了提升事件的控制權。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 |
| ListItem |
已淘汰.
回傳產生事件的清單項目。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 |
方法
| 名稱 | Description |
|---|---|
| Equals(Object) |
已淘汰.
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
| GetHashCode() |
已淘汰.
做為預設哈希函式。 (繼承來源 Object) |
| GetType() |
已淘汰.
取得目前實例的 Type。 (繼承來源 Object) |
| MemberwiseClone() |
已淘汰.
建立目前 Object的淺層複本。 (繼承來源 Object) |
| ToString() |
已淘汰.
傳回表示目前 物件的字串。 (繼承來源 Object) |