SelectionModelSelectionChangedEventArgs<T>.

SelectedItems Property

Summary

Gets the items that were added to the selection.

Syntax

public IReadOnlyList<T> SelectedItems { get; }

Value

Type Description
IReadOnlyList<T>