SelectionModelSelectionChangedEventArgs Class

Namespace
Avalonia.Controls.Selection
Base Types
  • object
  • EventArgs
Derived Types
graph BT Type-->Base0["EventArgs"] Base0-->Base1["object"] Type["SelectionModelSelectionChangedEventArgs"] class Type type-node Derived0["SelectionModelSelectionChangedEventArgs<T>"]-->Type click Derived0 "/api/Avalonia.Controls.Selection/SelectionModelSelectionChangedEventArgs_1"

Syntax

public abstract class SelectionModelSelectionChangedEventArgs : EventArgs

Properties

Name Value Summary
DeselectedIndexes IReadOnlyList<int>
Gets the indexes of 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<object?>
Gets the items that were added to the selection.

Methods

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