SelectionModelSelectionChangedEventArgs<T>.

DeselectedItems Property

Summary

Gets the items that were removed from the selection.

Syntax

public IReadOnlyList<T> DeselectedItems { get; }

Value

Type Description
IReadOnlyList<T>