SelectionChangedEventArgs Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the SelectionChangedEventArgs class.
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 Nothing. |
Show: