ObjectListDataBindEventArgs(ObjectListItem, Object) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy ObjectListDataBindEventArgs. 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:
 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 ListItem właściwości i DataItem odpowiednio z wartościami parametrów listItem i dataItem .

Dotyczy

Zobacz też