ListView for WPF
SelectionChanged イベント

C1.WPF.ListView アセンブリ > C1.WPF.ListView 名前空間 > C1ListView クラス : SelectionChanged イベント
選択が変更されたときに発生します。
シンタックス
'宣言
 
Public Event SelectionChanged As System.EventHandler(Of SelectionChangedEventArgs(Of Integer))
public event System.EventHandler<SelectionChangedEventArgs<int>> SelectionChanged
イベント データ

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

プロパティ解説
Gets a collection which contains the items that were selected.  
Gets a collection which contains the items that were unselected.  
参照