Udostępnij za pośrednictwem


ObjectListSelectEventArgs(ObjectListItem, Boolean) Konstruktor

Definicja

Inicjuje nowy ObjectListSelectEventArgs obiekt. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & 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)

Parametry

item
ObjectListItem

Inicjuje ListItem właściwość .

selectMore
Boolean

Inicjuje SelectMore właściwość .

Dotyczy

Zobacz też