Summary
Initializes a new instance of the
SelectionChangedEventArgs
class.
- Namespace
- Avalonia
.Controls - Containing Type
- Selection
Changed Event Args
Syntax
public SelectionChangedEventArgs(RoutedEvent routedEvent, IList removedItems, IList addedItems)
Parameters
Name | Type | Description |
---|---|---|
routedEvent | RoutedEvent | The event being raised. |
removedItems | IList | The items removed from the selection. |
addedItems | IList | The items added to the selection. |
Return Value
Type | Description |
---|---|
void |