[]
Provides data for the SelectionChanged event.
public class SelectionChangedEventArgs<T> : EventArgs
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| SelectionChangedEventArgs(IOrderedSet<T>, IOrderedSet<T>) | Initializes a new instance of the SelectionChangedEventArgs<T> class. |
| Name | Description |
|---|---|
| AddedItems | Gets a collection which contains the items that were selected. |
| RemovedItems | Gets a collection which contains the items that were unselected. |