SelectionChangedEventArgs.RemovedItems Property

Gets or sets the collection of items removed from selection.
Public Property RemovedItems() As List(Of SelectedItem)
This language is not supported or no code example is available.
public List<SelectedItem> RemovedItems {get; set;}
This language is not supported or no code example is available.

Property Value

List<SelectedItem>

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition