Udostępnij za pośrednictwem


ObjectListDataBindEventArgs(ObjectListItem, Object) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy ObjectListDataBindEventArgs. 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:
 ObjectListDataBindEventArgs(System::Web::UI::MobileControls::ObjectListItem ^ item, System::Object ^ dataItem);
public ObjectListDataBindEventArgs (System.Web.UI.MobileControls.ObjectListItem item, object dataItem);
new System.Web.UI.MobileControls.ObjectListDataBindEventArgs : System.Web.UI.MobileControls.ObjectListItem * obj -> System.Web.UI.MobileControls.ObjectListDataBindEventArgs
Public Sub New (item As ObjectListItem, dataItem As Object)

Parametry

item
ObjectListItem

Inicjuje ListItem.

dataItem
Object

Inicjuje DataItem.

Uwagi

Ten konstruktor tworzy nowy ObjectListDataBindEventArgs obiekt, inicjując właściwości i DataItem przy użyciu ListItem odpowiednio wartości parametrów listItem i dataItem .

Dotyczy

Zobacz też