SelectionModelSelectionChangedEventArgs.

SelectedIndexes Property

Summary

Gets the indexes of the items that were added to the selection.

Syntax

public abstract IReadOnlyList<int> SelectedIndexes { get; }

Value

Type Description
IReadOnlyList<int>