ObjectListDataBindEventArgs(ObjectListItem, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Remarks
This constructor creates a new ObjectListDataBindEventArgs object, initializing the ListItem and DataItem properties with the values of the listItem
and dataItem
parameters, respectively.