ListCommandEventArgs Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ListCommandEventArgs. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z ASP.NET.

Przeciążenia

Nazwa Opis
ListCommandEventArgs(MobileListItem, Object)

Inicjuje nowe wystąpienie ListCommandEventArgs klasy przy użyciu podanych ListItem elementów i CommandSource. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny 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 przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z ASP.NET.

ListCommandEventArgs(MobileListItem, Object)

Inicjuje nowe wystąpienie ListCommandEventArgs klasy przy użyciu podanych ListItem elementów i CommandSource. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny 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 commandSource inicjują ListItem właściwości i CommandSource odpowiednimi wartościami.

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 przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny 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 commandSource inicjują ListItem właściwości i CommandSource odpowiednimi wartościami. Ten konstruktor zawiera originalArgs parametr. Ta forma konstruktora umożliwia przekazanie zestawu argumentów poleceń za pośrednictwem parametru originalArgs , co jest przydatne do obsługi zdarzeń bąbelkowych.

Zobacz też

Dotyczy