ListView for WPF
CollectionChanged イベント

C1.WPF.ListView アセンブリ > C1.WPF.ListView 名前空間 > ListViewItemsCollection クラス : CollectionChanged イベント
シンタックス
'宣言
 
Public Event CollectionChanged As System.Collections.Specialized.NotifyCollectionChangedEventHandler
public event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged
イベント データ

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

プロパティ解説
Gets the action that caused the event.  
Gets the list of new items involved in the change.  
Gets the index at which the change occurred.  
Gets the list of items affected by a System.Collections.Specialized.NotifyCollectionChangedAction.Replace, Remove, or Move action.  
Gets the index at which a System.Collections.Specialized.NotifyCollectionChangedAction.Move, Remove, or Replace action occurred.  
参照