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 przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz
Przeciążenia
| Nazwa | Opis |
|---|---|
| ObjectListCommandEventArgs(ObjectListItem, String) |
Inicjuje nowe wystąpienie klasy ObjectListCommandEventArgs. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz |
| ObjectListCommandEventArgs(ObjectListItem, Object, CommandEventArgs) |
Inicjuje nowe wystąpienie klasy ObjectListCommandEventArgs. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz |
ObjectListCommandEventArgs(ObjectListItem, String)
Inicjuje nowe wystąpienie klasy ObjectListCommandEventArgs. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz
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 przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz
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 odpowiednimi wartościami. Parametr originalArgs umożliwia przekazanie zestawu argumentów poleceń, co jest przydatne do obsługi zdarzeń bąbelkowych.