Provides data for SelectionChanged and PreviewSelectionChanged events.
Definition
Namespace:Telerik.Windows.Controls.TreeMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class SelectionChangedRoutedEventArgs : CancelRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsSelectionChangedRoutedEventArgs
Inherited Members
Constructors
Initializes a new instance of the SelectionChangedRoutedEventArgs class.
public SelectionChangedRoutedEventArgs()
Initializes a new instance of the SelectionChangedRoutedEventArgs class.
Initializes a new instance of the SelectionChangedRoutedEventArgs class.
Initializes a new instance of the SelectionChangedRoutedEventArgs class.
public SelectionChangedRoutedEventArgs(RoutedEvent routedEvent, object selectedItem)
The routed event.
selectedItemobjectThe selected item.
Properties
Gets a list that contains items that were selected.
public IList AddedItems { get; }
The selected items.
Gets a list that contains items that were unselected.
public IList RemovedItems { get; }
The unselected items.
Gets the selected item.
public object SelectedItem { get; }
The selected item.