| C1.Silverlight.Schedule.5 Assembly > C1.Silverlight.Schedule Namespace > VisualIntervalsPresenter Class : SelectionChanged Event |
'Declaration Public Event SelectionChanged As System.Windows.Controls.SelectionChangedEventHandler
public event System.Windows.Controls.SelectionChangedEventHandler SelectionChanged
The event handler receives an argument of type System.Windows.Controls.SelectionChangedEventArgs containing data related to this event. The following SelectionChangedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| AddedItems | Gets a list that contains the items that were selected. |
| OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
| RemovedItems | Gets a list that contains the items that were unselected. |