[]
        
(Showing Draft Content)

C1.WPF.SelectionChangedEventArgs-1.RemovedItems

RemovedItems Property

RemovedItems

Gets a collection which contains the items that were unselected.

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

The items that were unselected in this event.