Toolbar for WPF/Silverlight
ItemsChanged イベント (C1ToolbarTabControl)

C1.WPF.Toolbar.4.5.2 アセンブリ > C1.WPF.Toolbar 名前空間 > C1ToolbarTabControl クラス : ItemsChanged イベント
シンタックス
'宣言
 
Public Event ItemsChanged As System.EventHandler(Of NotifyCollectionChangedEventArgs)
public event System.EventHandler<NotifyCollectionChangedEventArgs> ItemsChanged
イベント データ

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

プロパティ解説
Gets the description of the action that caused the event.  
Gets the items affected by an action.  
Gets the index at which the change occurred.  
Gets the item affected by a System.Collections.Specialized.NotifyCollectionChangedAction.Replace or System.Collections.Specialized.NotifyCollectionChangedAction.Remove action.  
Gets the index at which the change occurred for a System.Collections.Specialized.NotifyCollectionChangedAction.Replace or System.Collections.Specialized.NotifyCollectionChangedAction.Remove action.  
参照