SelectionModelSelectionChangedEventArgs<T> Class

graph BT Type-->Base0["SelectionModelSelectionChangedEventArgs"] click Base0 "/api/Avalonia.Controls.Selection/SelectionModelSelectionChangedEventArgs" Base0-->Base1["EventArgs"] Base1-->Base2["object"] Type["SelectionModelSelectionChangedEventArgs<T>"] class Type type-node

Syntax

public class SelectionModelSelectionChangedEventArgs<T> : SelectionModelSelectionChangedEventArgs

Type Parameters

Name Description
T

Constructors

Properties

Name Value Summary
DeselectedIndexes IReadOnlyList<int>
Gets the indexes of the items that were removed from the selection.
DeselectedItems IReadOnlyList<T>
Gets the items that were removed from the selection.
DeselectedItems IReadOnlyList<object?>
Gets the items that were removed from the selection.
SelectedIndexes IReadOnlyList<int>
Gets the indexes of the items that were added to the selection.
SelectedItems IReadOnlyList<T>
Gets the items that were added to the selection.
SelectedItems IReadOnlyList<object?>
Gets the items that were added to the selection.

Methods

Name Value Summary
GetUntypedDeselectedItems() IReadOnlyList<object?>
GetUntypedSelectedItems() IReadOnlyList<object?>