ObjectListDataBindEventArgs(ObjectListItem, Object) Constructor

Definition

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

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

Parameters

item
ObjectListItem

Initializes ListItem.

dataItem
Object

Initializes DataItem.

Remarks

This constructor creates a new ObjectListDataBindEventArgs object, initializing the ListItem and DataItem properties with the values of the listItem and dataItem parameters, respectively.

Applies to

See also