ObjectListShowCommandsEventArgs Konstruktor

Definition

Initierar en ny instans av ObjectListShowCommandsEventArgs klassen. Det här API:et är föråldrat. Information om hur du utvecklar ASP.NET mobila program finns i Mobile Apps & Webbplatser med 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)

Parametrar

item
ObjectListItem

Initierar egenskapen ListItem .

commands
ObjectListCommandCollection

Initierar egenskapen Commands .

Kommentarer

Konstruerar ett nytt ObjectListShowCommandsEventArgs objekt och initierar ListItem egenskaperna och Commands med värdena för parametrarna item och commands .

Gäller för

Se även