ClassSelectionChangeEventArgs
Class
Initializes a new instance of the SelectionChangeEventArgs class.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Data.dll
Syntax:
cs-api-definition
public class SelectionChangeEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsSelectionChangeEventArgs
Derived Classes:
Constructors
SelectionChangeEventArgs(IList<object>, IList<object>)
Initializes a new instance of the SelectionChangeEventArgs class.
Properties
AddedItems
Gets a list that contains the items that were selected.
Declaration
cs-api-definition
public ReadOnlyCollection<object> AddedItems { get; }
Property Value
RemovedItems
Gets a list that contains the items that were unselected.
Declaration
cs-api-definition
public ReadOnlyCollection<object> RemovedItems { get; }
Property Value