- 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 |
Gets the indexes of the items that were removed from the selection.
|
DeselectedItems | IReadOnlyList |
Gets the items that were removed from the selection.
|
SelectedIndexes | IReadOnlyList |
Gets the indexes of the items that were added to the selection.
|
SelectedItems | IReadOnlyList |
Gets the items that were added to the selection.
|
Methods
Name | Value | Summary |
---|---|---|
Get |
IReadOnlyList |
|
Get |
IReadOnlyList |