ListCommandEventArgs Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ListCommandEventArgs. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

Przeciążenia

ListCommandEventArgs(MobileListItem, Object)

Inicjuje ListCommandEventArgs nowe wystąpienie klasy przy użyciu podanej klasy ListItem i CommandSource. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

ListCommandEventArgs(MobileListItem, Object, CommandEventArgs)

Inicjuje ListCommandEventArgs nowe wystąpienie klasy przy użyciu danego ListItemargumentu , CommandSourcei oryginalnych argumentów polecenia. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

ListCommandEventArgs(MobileListItem, Object)

Inicjuje ListCommandEventArgs nowe wystąpienie klasy przy użyciu podanej klasy ListItem i CommandSource. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & 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 CommandSourcecommandSource odpowiednimi wartościami.

Zobacz też

Dotyczy

ListCommandEventArgs(MobileListItem, Object, CommandEventArgs)

Inicjuje ListCommandEventArgs nowe wystąpienie klasy przy użyciu danego ListItemargumentu , CommandSourcei oryginalnych argumentów polecenia. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & 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 CommandSourcecommandSource odpowiednimi wartościami. Ten konstruktor zawiera originalArgs parametr. Ta forma konstruktora umożliwia przekazywanie zestawu argumentów poleceń za pośrednictwem parametru originalArgs , który jest przydatny do obsługi zdarzeń bąbelkowych.

Zobacz też

Dotyczy