ObjectListShowCommandsEventArgs Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy ObjectListShowCommandsEventArgs. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny 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 z wartościami parametrów item i Commandscommands odpowiednio.

Dotyczy

Zobacz też