Class
SelectionChangeEventArgs

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

Constructors

SelectionChangeEventArgs(IList<object>, IList<object>)

Initializes a new instance of the SelectionChangeEventArgs class.

Declaration

cs-api-definition
public SelectionChangeEventArgs(IList<object> addedItems, IList<object> removedItems)

Parameters

addedItems

IList<object>

removedItems

IList<object>

Properties

AddedItems

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

Declaration

cs-api-definition
public ReadOnlyCollection<object> AddedItems { get; }

Property Value

ReadOnlyCollection<object>

RemovedItems

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

Declaration

cs-api-definition
public ReadOnlyCollection<object> RemovedItems { get; }

Property Value

ReadOnlyCollection<object>