[]
        
(Showing Draft Content)

C1.WPF.SelectionChangedEventArgs-1.AddedItems

AddedItems Property

AddedItems

Gets a collection which contains the items that were selected.

Declaration
public IOrderedSet<T> AddedItems { get; }
Property Value
Type Description
IOrderedSet<T>

The items that were selected in this event.