Aracılığıyla paylaş


ObjectListShowCommandsEventArgs Oluşturucu

Tanım

ObjectListShowCommandsEventArgs sınıfının yeni bir örneğini başlatır. Bu, API artık kullanılmıyor. ASP.NET mobil uygulama geliştirme hakkında bilgi için bkz. ASP.NET ile Mobile Apps & Siteleri.

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)

Parametreler

item
ObjectListItem

özelliğini başlatır ListItem .

commands
ObjectListCommandCollection

özelliğini başlatır Commands .

Açıklamalar

ve özelliklerini sırasıyla ve commandsCommands parametrelerinin item değerleriyle başlatarak ListItem yeni ObjectListShowCommandsEventArgs bir nesne oluşturur.

Şunlara uygulanır

Ayrıca bkz.