[]
Gets a collection which contains the items that were selected.
public IOrderedSet<T> AddedItems { get; }
Public ReadOnly Property AddedItems As IOrderedSet(Of T)
| Type | Description |
|---|---|
| IOrderedSet<T> | The items that were selected in this event. |