ObjectList::OnItemDataBind Method (ObjectListDataBindEventArgs^)

 

Called when a list item is data bound. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

protected:
virtual void OnItemDataBind(
	ObjectListDataBindEventArgs^ e
)

Parameters

e
Type: System.Web.UI.MobileControls::ObjectListDataBindEventArgs^

An object (defined by ObjectListDataBindEventArgs) that contains event data.

The default implementation raises the ItemDataBind event. Inheriting classes can override this method to perform other tasks.

.NET Framework
Available since 1.1

ItemDataBind
ObjectList Class
System.Web.UI.MobileControls Namespace
Creating Custom Mobile Controls
Introduction to the ObjectList Control

Return to top
Show: