ObjectListCommandEventArgs Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.