ObjectListSelectEventArgs(ObjectListItem, Boolean) Constructor

Definición

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

Parámetros

item
ObjectListItem

Inicializa la propiedad ListItem.

selectMore
Boolean

Inicializa la propiedad SelectMore.

Se aplica a

Consulte también