ObjectListSelectEventArgs(ObjectListItem, Boolean) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa um novo ObjectListSelectEventArgs objeto. Essa API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte
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 a ListItem propriedade.
- selectMore
- Boolean
Inicializa a SelectMore propriedade.