ObjectListShowCommandsEventArgs コンストラクター

定義

ObjectListShowCommandsEventArgs クラスの新しいインスタンスを初期化します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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 プロパティを初期化します。

注釈

itemパラメーターとcommands パラメーターの値を使用して、ListItemプロパティとCommands プロパティをそれぞれ初期化して、新しいObjectListShowCommandsEventArgs オブジェクトを構築します。

適用対象

こちらもご覧ください