Initializes a new instance of the SelectionChangingEventArgs class.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Data.dll
Syntax:
C#
public class SelectionChangingEventArgs : CancelRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsSelectionChangingEventArgs
Inherited Members
Constructors
Initializes a new instance of the SelectionChangingEventArgs class.
Initializes a new instance of the SelectionChangingEventArgs class.
Properties
Gets a list that contains the items that are being selected.
C#
public ReadOnlyCollection<object> AddedItems { get; }
Gets a value that indicates whether the event is cancelable.
C#
public bool IsCancelable { get; }
true if this instance is cancelable; otherwise, false.
Gets a list that contains the items that are being unselected.
C#
public ReadOnlyCollection<object> RemovedItems { get; }