ListCommandEventArgs 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 ListCommandEventArgs. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps Sites with ASP.NET (Witryny usługi Mobile Apps & z ASP.NET).
Przeciążenia
| ListCommandEventArgs(MobileListItem, Object) |
Inicjuje ListCommandEventArgs nowe wystąpienie klasy przy użyciu podanych ListItem elementów i CommandSource. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps Sites with ASP.NET (Witryny usługi Mobile Apps & z ASP.NET). |
| ListCommandEventArgs(MobileListItem, Object, CommandEventArgs) |
Inicjuje nowe wystąpienie ListCommandEventArgs klasy przy użyciu podanych ListItemargumentów , CommandSourcei oryginalnych argumentów polecenia. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps Sites with ASP.NET (Witryny usługi Mobile Apps & z ASP.NET). |
ListCommandEventArgs(MobileListItem, Object)
Inicjuje ListCommandEventArgs nowe wystąpienie klasy przy użyciu podanych ListItem elementów i CommandSource. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps Sites with ASP.NET (Witryny usługi Mobile Apps & z ASP.NET).
public:
ListCommandEventArgs(System::Web::UI::MobileControls::MobileListItem ^ item, System::Object ^ commandSource);
public ListCommandEventArgs (System.Web.UI.MobileControls.MobileListItem item, object commandSource);
new System.Web.UI.MobileControls.ListCommandEventArgs : System.Web.UI.MobileControls.MobileListItem * obj -> System.Web.UI.MobileControls.ListCommandEventArgs
Public Sub New (item As MobileListItem, commandSource As Object)
Parametry
- item
- MobileListItem
Inicjuje ListItem właściwość .
- commandSource
- Object
Inicjuje CommandSource właściwość .
Uwagi
Parametry item i inicjują ListItem właściwości i CommandSource commandSource przy użyciu odpowiednich wartości.
Zobacz też
Dotyczy
ListCommandEventArgs(MobileListItem, Object, CommandEventArgs)
Inicjuje nowe wystąpienie ListCommandEventArgs klasy przy użyciu podanych ListItemargumentów , CommandSourcei oryginalnych argumentów polecenia. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps Sites with ASP.NET (Witryny usługi Mobile Apps & z ASP.NET).
public:
ListCommandEventArgs(System::Web::UI::MobileControls::MobileListItem ^ item, System::Object ^ commandSource, System::Web::UI::WebControls::CommandEventArgs ^ originalArgs);
public ListCommandEventArgs (System.Web.UI.MobileControls.MobileListItem item, object commandSource, System.Web.UI.WebControls.CommandEventArgs originalArgs);
new System.Web.UI.MobileControls.ListCommandEventArgs : System.Web.UI.MobileControls.MobileListItem * obj * System.Web.UI.WebControls.CommandEventArgs -> System.Web.UI.MobileControls.ListCommandEventArgs
Public Sub New (item As MobileListItem, commandSource As Object, originalArgs As CommandEventArgs)
Parametry
- item
- MobileListItem
Inicjuje ListItem właściwość .
- commandSource
- Object
Inicjuje CommandSource właściwość .
- originalArgs
- CommandEventArgs
Oryginalne argumenty dziedziczone z CommandEventArgs obiektu .
Uwagi
Ten konstruktor tworzy ListCommandEventArgs obiekt.
Parametry item i inicjują ListItem właściwości i CommandSource commandSource przy użyciu odpowiednich wartości. Ten konstruktor zawiera originalArgs parametr. Ta forma konstruktora umożliwia przekazanie zestawu argumentów poleceń za pośrednictwem parametru originalArgs , który jest przydatny do obsługi zdarzeń bąbelkowych.