Class
ActivationChangedEventArgs

Provides data for the Telerik.Windows.Controls.ActivationManager.ActiveChanged event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class ActivationChangedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsActivationChangedEventArgs

Constructors

ActivationChangedEventArgs(IList, IList)

Initializes a new instance of the ActivationChangedEventArgs class.

Declaration

cs-api-definition
public ActivationChangedEventArgs(IList removedItems, IList addedItems)

Parameters

removedItems

IList

addedItems

IList

Properties

AddedItems

Gets a list that contains the items that were selected.

Declaration

cs-api-definition
public IList AddedItems { get; }

Property Value

IList

RemovedItems

Gets a list that contains the items that were unselected.

Declaration

cs-api-definition
public IList RemovedItems { get; }

Property Value

IList