ObjectListSelectEventArgs(ObjectListItem, Boolean) Konstruktor

Definicja

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