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