SelectionChangedEventArgs Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The SelectionChangedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddedItems | Gets a list that contains the items that were selected. |
|
OriginalSource | Gets a reference to the object that raised the event. (Inherited from RoutedEventArgs.) |
|
RemovedItems | Gets a list that contains the items that were unselected. |
Show: