SelectionModelSelectionChangedEventArgs.

SelectedItems Property

Summary

Gets the items that were added to the selection.

Syntax

public IReadOnlyList<object?> SelectedItems { get; }

Value

Type Description
IReadOnlyList<object?>