SelectionModelSelectionChangedEventArgs.

DeselectedItems Property

Summary

Gets the items that were removed from the selection.

Syntax

public IReadOnlyList<object?> DeselectedItems { get; }

Value

Type Description
IReadOnlyList<object?>