New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:routedEventRoutedEvent

The routed event identifier.

sourceobject

The source of the event.

removedItemsIList

The items that were unselected during this event.

addedItemsIList

The items that were selected during this event.

Methods

Performs the proper type casting to call the type-safe RadSelectionChangedEventHandler delegate.

C#
protected override void InvokeEventHandler(Delegate genericHandler, object genericTarget)
Parameters:genericHandlerDelegate

The handler to invoke.

genericTargetobject

The current object along the event's route.