ObjectListSelectEventArgs(ObjectListItem, Boolean) Konstruktor

Definicja

Inicjuje nowy ObjectListSelectEventArgs obiekt. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z 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)

Parametry

item
ObjectListItem

Inicjuje ListItem właściwość .

selectMore
Boolean

Inicjuje SelectMore właściwość .

Dotyczy

Zobacz też