バージョン

ItemBound イベント (WebExplorerBar)

ExplorerBarItem がサーバーにバインドされたときに発生します。
シンタックス
'宣言
 
Public Event ItemBound As ExplorerBarItemEventHandler
public event ExplorerBarItemEventHandler ItemBound
イベント データ

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

プロパティ解説
ExplorerBarItem イベントが発生された ExplorerBarItem を取得します。
ItemType Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseEventArgsから継承されます。項目のタイプを取得します。ExplorerBarGroup | ExplorerBarItem | Unknown
参照