Share via


ObjectList.HasItemCommandHandler 屬性

定義

取得值,指出 ObjectList 控制項是否具有為適當 ItemCommand 事件註冊的事件處理常式。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

public:
 property bool HasItemCommandHandler { bool get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public bool HasItemCommandHandler { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.HasItemCommandHandler : bool
Public ReadOnly Property HasItemCommandHandler As Boolean

屬性值

如果物件清單控制項具有為適當的 ItemCommand 事件註冊的事件處理常式,則為 true,否則為 false

屬性

適用於

另請參閱