ListDataBindEventArgs(MobileListItem, Object) Constructor

Definition

Initializes a new instance of the ListDataBindEventArgs class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 ListDataBindEventArgs(System::Web::UI::MobileControls::MobileListItem ^ item, System::Object ^ dataItem);
public ListDataBindEventArgs (System.Web.UI.MobileControls.MobileListItem item, object dataItem);
new System.Web.UI.MobileControls.ListDataBindEventArgs : System.Web.UI.MobileControls.MobileListItem * obj -> System.Web.UI.MobileControls.ListDataBindEventArgs
Public Sub New (item As MobileListItem, dataItem As Object)

Parameters

item
MobileListItem

Initializes ListItem.

dataItem
Object

Initializes DataItem.

Remarks

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

Applies to

See also