SelectionChangedEventArgs.AddedItems Property

Gets or sets the collection of items added to selection.
Public Property AddedItems() As List(Of SelectedItem)
This language is not supported or no code example is available.
public List<SelectedItem> AddedItems {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