ObjectList.OnShowItemCommands(ObjectListShowCommandsEventArgs) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在显示列表项的命令集之前调用。 此 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)
参数
一个包含事件数据的 EventArgs 对象定义的对象。
注解
默认实现引发 ShowItemCommands 事件。 继承类可以重写此方法以执行其他任务。