SPREAD for WPF 3.0J - GcSpreadGrid
SelectionChanged イベント (GcComboBox)

GrapeCity.Windows.SpreadGrid.Editors 名前空間 > GcComboBox クラス : SelectionChanged イベント
この要素の SelectedItem プロパティの値が変更されたときに発生します。
シンタックス
'宣言
 
Public Event SelectionChanged As SelectionChangedEventHandler
public event SelectionChangedEventHandler SelectionChanged
イベント データ

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

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