- Namespace
- Avalonia
.Controls .Selection - Base Types
-
- object
- EventArgs
- Selection
Model Selection Changed Event Args
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 |
Gets the indexes of the items that were removed from the selection.
|
DeselectedItems | IReadOnlyList |
Gets the items that were removed from the selection.
|
DeselectedItems | IReadOnlyList |
Gets the items that were removed from the selection.
Inherited from 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.
|
SelectedItems | IReadOnlyList |
Gets the items that were added to the selection.
Inherited from Selection
|
Methods
Name | Value | Summary |
---|---|---|
Get |
IReadOnlyList |
|
Get |
IReadOnlyList |