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
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; }