ObjectListShowCommandsEventArgs コンストラクター

定義

ObjectListShowCommandsEventArgs クラスの新しいインスタンスを初期化します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

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しい オブジェクトを構築し、 プロパティと プロパティをそれぞれ パラメーターと Commandscommands パラメーターのitem値で初期化ListItemします。

適用対象

こちらもご覧ください