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

C1.WPF.4 アセンブリ > C1.WPF 名前空間 > C1TabControl クラス : SelectionChanged イベント
選択範囲が変更されたときに発生します。
シンタックス
'宣言
 
Public Event SelectionChanged As System.Windows.Controls.SelectionChangedEventHandler
public event System.Windows.Controls.SelectionChangedEventHandler SelectionChanged
イベント データ

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

プロパティ解説
Gets a list that contains the items that were selected.  
System.Windows.RoutedEventArgsから継承されます。
Gets a list that contains the items that were unselected.  
参照