ObjectListShowCommandsEventArgs 생성자

정의

ObjectListShowCommandsEventArgs 클래스의 새 인스턴스를 초기화합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 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)

매개 변수

item
ObjectListItem

속성을 초기화합니다 ListItem .

commands
ObjectListCommandCollection

속성을 초기화합니다 Commands .

설명

새 개체를 ObjectListShowCommandsEventArgs 생성하여 각각 및 매개 변수 값을 item 사용하여 속성과 Commandscommands 속성을 초기화 ListItem 합니다.

적용 대상

추가 정보