Click or drag to resize
SelectionChangedEventArgs Properties

The SelectionChangedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAddedItems
Gets a list that contains the items that were selected.
Public propertyOriginalSource
Gets a reference to the object that raised the event.
(Inherited from RoutedEventArgs.)
Public propertyRemovedItems
Gets a list that contains the items that were unselected.
Top
See Also