ListView for WPF
SelectionChanging イベント

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

イベント ハンドラが、このイベントに関連するデータを含む、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.  
参照