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 繼承類別可以覆寫此方法,以執行其他任務。

適用於

另請參閱