SelectionModelSelectionChangedEventArgs.

DeselectedIndexes Property

Summary

Gets the indexes of the items that were removed from the selection.

Syntax

public abstract IReadOnlyList<int> DeselectedIndexes { get; }

Value

Type Description
IReadOnlyList<int>