ListDataBindEventArgs(MobileListItem, 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 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.
Remarks
This constructor creates a new ListDataBindEventArgs object. The constructor initializes the ListItem and DataItem properties with the values of listItem
and dataItem
, respectively.