SelectionList.OnItemDataBind(ListDataBindEventArgs) 方法
定义
对某个列表项进行数据绑定时调用。Called when a list item is data bound. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
protected:
virtual void OnItemDataBind(System::Web::UI::MobileControls::ListDataBindEventArgs ^ e);
protected virtual void OnItemDataBind (System.Web.UI.MobileControls.ListDataBindEventArgs e);
abstract member OnItemDataBind : System.Web.UI.MobileControls.ListDataBindEventArgs -> unit
override this.OnItemDataBind : System.Web.UI.MobileControls.ListDataBindEventArgs -> unit
Protected Overridable Sub OnItemDataBind (e As ListDataBindEventArgs)
参数
包含事件数据的对象(由 ListDataBindEventArgs 定义)。An object (defined by ListDataBindEventArgs) that contains event data.
注解
默认实现将引发 ItemDataBind 事件。The default implementation raises the ItemDataBind event. 继承类可以重写此方法以执行其他任务。Inheriting classes can override this method to perform other tasks.