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 引发事件。 继承类可以重写此方法来执行其他任务。

适用于

另请参阅