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