SelectionModelSelectionChangedEventArgsTSelectedItems Property
Gets the items that were added to the selection.
Namespace: Avalonia.Controls.SelectionAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public IReadOnlyList<T> SelectedItems { get; }
Public ReadOnly Property SelectedItems As IReadOnlyList(Of T)
Get
member SelectedItems : IReadOnlyList<'T> with get
Property Value
IReadOnlyListT