| GrapeCity.Windows.SpreadGrid.Editors 名前空間 > GcComboBox クラス : SelectionChanged イベント |
'DeclarationPublic Event SelectionChanged As SelectionChangedEventHandler
public event SelectionChangedEventHandler SelectionChanged
イベント ハンドラが、このイベントに関連するデータを含む、SelectionChangedEventArgs 型の引数を受け取りました。次の SelectionChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 説明 |
|---|---|
| AddedItems | Gets a list that contains the items that were selected. |
| Handled | System.Windows.RoutedEventArgsから継承されます。 |
| OriginalSource | System.Windows.RoutedEventArgsから継承されます。 |
| RemovedItems | Gets a list that contains the items that were unselected. |
| RoutedEvent | System.Windows.RoutedEventArgsから継承されます。 |
| Source | System.Windows.RoutedEventArgsから継承されます。 |