OutlookBar for WPF/Silverlight
SelectedItemChanged イベント (C1OutlookBar)

C1.Silverlight.OutlookBar.5 アセンブリ > C1.Silverlight.OutlookBar 名前空間 > C1OutlookBar クラス : SelectedItemChanged イベント
SelectedItem プロパティが変更されたときに発生するイベントです。
シンタックス
'宣言
 
Public Event SelectedItemChanged As System.EventHandler(Of PropertyChangedEventArgs(Of Object))
public event System.EventHandler<PropertyChangedEventArgs<object>> SelectedItemChanged
イベント データ

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

プロパティ解説
The value of the property after the change.  
The value of the property before the change.  
参照