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

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

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class ActivationChangedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsActivationChangedEventArgs

Constructors

Initializes a new instance of the ActivationChangedEventArgs class.

C#
public ActivationChangedEventArgs(IList removedItems, IList addedItems)
Parameters:removedItemsIListaddedItemsIList

Properties

Gets a list that contains the items that were selected.

C#
public IList AddedItems { get; }

Gets a list that contains the items that were unselected.

C#
public IList RemovedItems { get; }