New to Telerik UI for WPFStart a free 30-day trial

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: PropertyGridFieldEventArgs

Constructors

Initializes a new instance of the SelectionChangeEventArgs class.

C#
public SelectionChangeEventArgs(IList<object> addedItems, IList<object> removedItems)
Parameters:addedItemsIList<object>removedItemsIList<object>

Properties

Gets a list that contains the items that were selected. Items that were selected

C#
public ReadOnlyCollection<object> AddedItems { get; }

Gets a list that contains the items that were unselected. Items that were unselected.

C#
public ReadOnlyCollection<object> RemovedItems { get; }