ObjectList.OnShowItemCommands(ObjectListShowCommandsEventArgs) メソッド

定義

リスト アイテムの一連のコマンドを表示する前に呼び出されます。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

protected:
 virtual void OnShowItemCommands(System::Web::UI::MobileControls::ObjectListShowCommandsEventArgs ^ e);
protected virtual void OnShowItemCommands(System.Web.UI.MobileControls.ObjectListShowCommandsEventArgs e);
abstract member OnShowItemCommands : System.Web.UI.MobileControls.ObjectListShowCommandsEventArgs -> unit
override this.OnShowItemCommands : System.Web.UI.MobileControls.ObjectListShowCommandsEventArgs -> unit
Protected Overridable Sub OnShowItemCommands (e As ObjectListShowCommandsEventArgs)

パラメーター

e
ObjectListShowCommandsEventArgs

イベント データを含む EventArgs オブジェクトによって定義されたオブジェクト。

注釈

既定の実装では、 ShowItemCommands イベントが発生します。 クラスを継承すると、このメソッドをオーバーライドして他のタスクを実行できます。

適用対象

こちらもご覧ください