ObjectListSelectEventArgs(ObjectListItem, Boolean) 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 ObjectListSelectEventArgs object. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
 ObjectListSelectEventArgs(System::Web::UI::MobileControls::ObjectListItem ^ item, bool selectMore);
	public ObjectListSelectEventArgs(System.Web.UI.MobileControls.ObjectListItem item, bool selectMore);
	new System.Web.UI.MobileControls.ObjectListSelectEventArgs : System.Web.UI.MobileControls.ObjectListItem * bool -> System.Web.UI.MobileControls.ObjectListSelectEventArgs
	Public Sub New (item As ObjectListItem, selectMore As Boolean)
	Parameters
- item
 - ObjectListItem
 
Initializes the ListItem property.
- selectMore
 - Boolean
 
Initializes the SelectMore property.