SelectionChangedEventArgs Class

Summary

Provides data for the SelectionChanged event.
Namespace
Avalonia.Controls
Base Types
graph BT Type-->Base0["RoutedEventArgs"] click Base0 "/api/Avalonia.Interactivity/RoutedEventArgs" Base0-->Base1["EventArgs"] Base1-->Base2["object"] Type["SelectionChangedEventArgs"] class Type type-node

Syntax

public class SelectionChangedEventArgs : RoutedEventArgs

Constructors

Name Summary
SelectionChangedEventArgs(RoutedEvent, IList, IList) Initializes a new instance of the SelectionChangedEventArgs class.

Properties

Name Value Summary
AddedItems IList
Gets the items that were added to the selection.
Handled bool
Inherited from RoutedEventArgs
RemovedItems IList
Gets the items that were removed from the selection.
Route RoutingStrategies
Inherited from RoutedEventArgs
RoutedEvent RoutedEvent?
Inherited from RoutedEventArgs
Source IInteractive?
Inherited from RoutedEventArgs