ListDataBindEventArgs.ListDataBindEventArgs Constructor

Initializes a new instance of the ListDataBindEventArgs class.

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

public:
ListDataBindEventArgs (
	MobileListItem^ item, 
	Object^ dataItem
)
public ListDataBindEventArgs (
	MobileListItem item, 
	Object dataItem
)
public function ListDataBindEventArgs (
	item : MobileListItem, 
	dataItem : Object
)
Not applicable.

Parameters

item

Initializes ListItem.

dataItem

Initializes DataItem.

This constructor creates a new ListDataBindEventArgs object. The constructor initializes the ListItem and DataItem properties with the values of listItem and dataItem, respectively.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1

Community Additions

ADD
Show: