バージョン

ItemSelected イベント (WebExplorerBar)

ExplorerBarGroup または ExplorerBarItem が選択されたときに発生します。
シンタックス
'宣言
 
Public Event ItemSelected As ExplorerBarItemSelectedEventHandler
public event ExplorerBarItemSelectedEventHandler ItemSelected
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、ExplorerBarItemSelectedEventArgs 型の引数を受け取りました。次の ExplorerBarItemSelectedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
ItemType Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseEventArgsから継承されます。項目のタイプを取得します。ExplorerBarGroup | ExplorerBarItem | Unknown
NewSelectedItem 新しく選択された項目を含みます。
OldSelectedItem 前に選択された項目を含みます。
参照