ObjectList.OnShowItemCommands(ObjectListShowCommandsEventArgs) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在显示列表项的命令集之前调用。 此 API 已过时。 有关如何开发 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 引发事件。 继承类可以重写此方法来执行其他任务。