Basic Library for WPF/Silverlight
ItemsChanged イベント (C1TabControl)

C1.WPF.4 アセンブリ > C1.WPF 名前空間 > C1TabControl クラス : ItemsChanged イベント
System.Windows.Controls.ItemsControl.Items プロパティの値が変更されたときに呼び出されます。
シンタックス
'宣言
 
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.  
参照