Skip to main content

SelectionChangedEventArgs Constructor

Initializes a new instance of the SelectionChangedEventArgs class.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public SelectionChangedEventArgs(
RoutedEvent routedEvent,
IList removedItems,
IList addedItems
)

Parameters

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

See Also

Reference

SelectionChangedEventArgs Class
Avalonia.Controls Namespace