ObjectListShowCommandsEventArgs Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy ObjectListShowCommandsEventArgs. 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:
 ObjectListShowCommandsEventArgs(System::Web::UI::MobileControls::ObjectListItem ^ item, System::Web::UI::MobileControls::ObjectListCommandCollection ^ commands);
public ObjectListShowCommandsEventArgs (System.Web.UI.MobileControls.ObjectListItem item, System.Web.UI.MobileControls.ObjectListCommandCollection commands);
new System.Web.UI.MobileControls.ObjectListShowCommandsEventArgs : System.Web.UI.MobileControls.ObjectListItem * System.Web.UI.MobileControls.ObjectListCommandCollection -> System.Web.UI.MobileControls.ObjectListShowCommandsEventArgs
Public Sub New (item As ObjectListItem, commands As ObjectListCommandCollection)

Parametry

item
ObjectListItem

Inicjuje ListItem właściwość.

commands
ObjectListCommandCollection

Inicjuje Commands właściwość.

Uwagi

Tworzy nowy ObjectListShowCommandsEventArgs obiekt, inicjując ListItem właściwości i Commands odpowiednio z wartościami parametrów item i commands .

Dotyczy

Zobacz też