Class SelectionChangedEventArgs
Inheritance
System.Object
SelectionChangedEventArgs
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class SelectionChangedEventArgs : RadRoutedEventArgs
Constructors
Declaration
public SelectionChangedEventArgs(RoutedEvent routedEvent, IList removedItems, IList addedItems)
Parameters
|
RoutedEvent
routedEvent
|
|
System.Collections.IList
removedItems
|
|
System.Collections.IList
addedItems
|
Properties
Declaration
public IList AddedItems { get; }
Property Value
Declaration
public IList RemovedItems { get; }
Property Value
Extension Methods