Initializes a new instance of the SelectionChangeEventArgs class.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Data.dll
Syntax:
C#
public class SelectionChangeEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsSelectionChangeEventArgs
Derived Classes:
Constructors
Initializes a new instance of the SelectionChangeEventArgs class.
Properties
Gets a list that contains the items that were selected.
C#
public ReadOnlyCollection<object> AddedItems { get; }
Gets a list that contains the items that were unselected.
C#
public ReadOnlyCollection<object> RemovedItems { get; }