ObjectListShowCommandsEventArgs コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ObjectListShowCommandsEventArgs クラスの新しいインスタンスを初期化します。 この API は廃止されています。 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 オブジェクトを構築します。