ObjectList.ItemSelect イベント

定義

ユーザーがリスト ビューから項目を選択した場合に発生します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

public:
 event System::Web::UI::MobileControls::ObjectListSelectEventHandler ^ ItemSelect;
public event System.Web.UI.MobileControls.ObjectListSelectEventHandler ItemSelect;
member this.ItemSelect : System.Web.UI.MobileControls.ObjectListSelectEventHandler 
Public Custom Event ItemSelect As ObjectListSelectEventHandler 

イベントの種類

注釈

このイベントは、イベントが呼び出される前に ShowItemCommands 呼び出されます。

適用対象

こちらもご覧ください