CollectionViewSelectionChangedEventArgs Properties
Provides data for the SelectionChanged event.Name | Description |
---|---|
AddedItems | Returns a list of items that were last added to the collection of selected items. |
RemovedItems | Returns a list of items that were last removed from the collection of selected items. |
See Also