ObjectList.HasItemCommandHandler プロパティ

定義

ObjectList コントロールが、適切な ItemCommand イベントに登録されたイベント ハンドラーを持っているかどうかを示す値を取得します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

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

属性

適用対象

こちらもご覧ください