Class RadSelectionChangedEventArgs
Provides data for the SelectionChanged and PreviewSelectionChanged events of RadTabControl.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class RadSelectionChangedEventArgs : SelectionChangedEventArgs
Constructors
RadSelectionChangedEventArgs(RoutedEvent, Object, IList, IList)
Initializes a new instance of the RadSelectionChangedEventArgs class.
Declaration
public RadSelectionChangedEventArgs(RoutedEvent routedEvent, object source, IList removedItems, IList addedItems)
Parameters
RoutedEvent
routedEvent
The routed event identifier. |
System.Object
source
The source of the event. |
System.Collections.IList
removedItems
The items that were unselected during this event. |
System.Collections.IList
addedItems
The items that were selected during this event. |
Methods
InvokeEventHandler(Delegate, Object)
Performs the proper type casting to call the type-safe RadSelectionChangedEventHandler delegate.
Declaration
protected override void InvokeEventHandler(Delegate genericHandler, object genericTarget)
Parameters
System.Delegate
genericHandler
The handler to invoke. |
System.Object
genericTarget
The current object along the event's route. |