[]
        
(Showing Draft Content)

C1.WPF.SelectionChangedEventArgs-1

SelectionChangedEventArgs<T> Class

Provides data for the SelectionChanged event.

Inheritance
SelectionChangedEventArgs<T>
Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public class SelectionChangedEventArgs<T> : EventArgs
Type Parameters
Name Description
T

Constructors

Name Description
SelectionChangedEventArgs(IOrderedSet<T>, IOrderedSet<T>)

Initializes a new instance of the SelectionChangedEventArgs<T> class.

Properties

Name Description
AddedItems

Gets a collection which contains the items that were selected.

RemovedItems

Gets a collection which contains the items that were unselected.