ObjectList.OnItemDataBind(ObjectListDataBindEventArgs) 方法

定义

当列表项绑定数据时调用。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

protected:
 virtual void OnItemDataBind(System::Web::UI::MobileControls::ObjectListDataBindEventArgs ^ e);
protected virtual void OnItemDataBind(System.Web.UI.MobileControls.ObjectListDataBindEventArgs e);
abstract member OnItemDataBind : System.Web.UI.MobileControls.ObjectListDataBindEventArgs -> unit
override this.OnItemDataBind : System.Web.UI.MobileControls.ObjectListDataBindEventArgs -> unit
Protected Overridable Sub OnItemDataBind (e As ObjectListDataBindEventArgs)

参数

e
ObjectListDataBindEventArgs

包含事件数据的对象(由 ObjectListDataBindEventArgs其定义)。

注解

默认实现将 ItemDataBind 引发事件。 继承类可以重写此方法来执行其他任务。

适用于

另请参阅