ObjectList.OnShowItemCommands(ObjectListShowCommandsEventArgs) 方法

定义

在显示列表项的命令集之前调用。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 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 事件。 继承类可以重写此方法以执行其他任务。

适用于

另请参阅