Provides data for the SelectionChanged and PreviewSelectionChanged events of RadTabControl.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class RadSelectionChangedEventArgs : SelectionChangedEventArgs
Inheritance: objectRadSelectionChangedEventArgs
Constructors
Initializes a new instance of the RadSelectionChangedEventArgs class.
C#
public RadSelectionChangedEventArgs(RoutedEvent routedEvent, object source, IList removedItems, IList addedItems)
The routed event identifier.
sourceobjectThe source of the event.
removedItemsIListThe items that were unselected during this event.
addedItemsIListThe items that were selected during this event.
Methods
Performs the proper type casting to call the type-safe RadSelectionChangedEventHandler delegate.