ObjectListSelectEventArgs(ObjectListItem, Boolean) Constructor

Definition

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.

Applies to

See also