SelectionChangedEventArgs.RemovedItems Property

Definition

Gets a list that contains the items that were unselected.

public:
 property System::Collections::IList ^ RemovedItems { System::Collections::IList ^ get(); };
public System.Collections.IList RemovedItems { get; }
member this.RemovedItems : System.Collections.IList
Public ReadOnly Property RemovedItems As IList

Property Value

The items that were unselected since the last time the SelectionChanged event occurred.

Applies to