ObjectList.ItemDataBind 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当某个 ObjectList 项绑定到数据时发生。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅
public:
event System::Web::UI::MobileControls::ObjectListDataBindEventHandler ^ ItemDataBind;
public event System.Web.UI.MobileControls.ObjectListDataBindEventHandler ItemDataBind;
member this.ItemDataBind : System.Web.UI.MobileControls.ObjectListDataBindEventHandler
Public Custom Event ItemDataBind As ObjectListDataBindEventHandler
事件类型
注解
创建项 ObjectList 并绑定数据时,此事件处理程序将从任意表达式中设置列表项的属性。 控件中的 ObjectList 项的类型 ObjectListItem。