Class
RadSelectionChangedEventArgs

Provides data for the SelectionChanged and PreviewSelectionChanged events of RadTabControl.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class RadSelectionChangedEventArgs : SelectionChangedEventArgs

Inheritance: objectRadSelectionChangedEventArgs

Constructors

RadSelectionChangedEventArgs(RoutedEvent, object, IList, IList)

Initializes a new instance of the RadSelectionChangedEventArgs class.

Declaration

cs-api-definition
public RadSelectionChangedEventArgs(RoutedEvent routedEvent, object source, IList removedItems, IList addedItems)

Parameters

routedEvent

RoutedEvent

The routed event identifier.

source

object

The source of the event.

removedItems

IList

The items that were unselected during this event.

addedItems

IList

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

cs-api-definition
protected override void InvokeEventHandler(Delegate genericHandler, object genericTarget)

Parameters

genericHandler

Delegate

The handler to invoke.

genericTarget

object

The current object along the event's route.