SelectionChangedEventArgs Constructor

Initializes a new instance of the SelectionChangedEventArgs class.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public SelectionChangedEventArgs(
	RoutedEvent routedEvent,
	IList removedItems,
	IList addedItems
)

Parameters

routedEvent  RoutedEvent
The event being raised.
removedItems  IList
The items removed from the selection.
addedItems  IList
The items added to the selection.

See Also