SelectionChangedEventArgs Constructor
Silverlight
Initializes a new instance of the SelectionChangedEventArgs class.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
Parameters
- removedItems
- Type: System.Collections.IList
The items that were unselected.
- addedItems
- Type: System.Collections.IList
The items that were selected.
| Exception | Condition |
|---|---|
| ArgumentNullException | removedItems or addedItems is null. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.