Compartir por


ObjectListSelectEventArgs(ObjectListItem, Boolean) Constructor

Definición

Inicializa un nuevo ObjectListSelectEventArgs objeto. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulta Mobile Apps & Sitios con 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)

Parámetros

item
ObjectListItem

Inicializa la ListItem propiedad .

selectMore
Boolean

Inicializa la SelectMore propiedad .

Se aplica a

Consulte también