ObjectListCommandEventArgs Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ObjectListCommandEventArgs. 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).

Przeciążenia

ObjectListCommandEventArgs(ObjectListItem, String)

Inicjuje nowe wystąpienie klasy ObjectListCommandEventArgs. 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).

ObjectListCommandEventArgs(ObjectListItem, Object, CommandEventArgs)

Inicjuje nowe wystąpienie klasy ObjectListCommandEventArgs. 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).

ObjectListCommandEventArgs(ObjectListItem, String)

Inicjuje nowe wystąpienie klasy ObjectListCommandEventArgs. 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:
 ObjectListCommandEventArgs(System::Web::UI::MobileControls::ObjectListItem ^ item, System::String ^ commandName);
public ObjectListCommandEventArgs (System.Web.UI.MobileControls.ObjectListItem item, string commandName);
new System.Web.UI.MobileControls.ObjectListCommandEventArgs : System.Web.UI.MobileControls.ObjectListItem * string -> System.Web.UI.MobileControls.ObjectListCommandEventArgs
Public Sub New (item As ObjectListItem, commandName As String)

Parametry

item
ObjectListItem

Inicjuje ListItem właściwość .

commandName
String

Inicjuje CommandName właściwość .

Zobacz też

Dotyczy

ObjectListCommandEventArgs(ObjectListItem, Object, CommandEventArgs)

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

Parametry

item
ObjectListItem

Inicjuje ListItem właściwość .

commandSource
Object

Inicjuje CommandSource właściwość .

originalArgs
CommandEventArgs

Oryginalne argumenty dziedziczone z CommandEventArgs obiektu .

Uwagi

Element i CommandSource parametry inicjują ListItem właściwości i CommandSource przy użyciu odpowiednich wartości. Parametr originalArgs umożliwia przekazanie zestawu argumentów poleceń, co jest przydatne do obsługi zdarzeń bąbelkowych.

Zobacz też

Dotyczy