Class ActivationChangedEventArgs
Provides data for the Telerik.Windows.Controls.ActivationManager.ActiveChanged event.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class ActivationChangedEventArgs : RadRoutedEventArgs
Constructors
ActivationChangedEventArgs(IList, IList)
Initializes a new instance of the ActivationChangedEventArgs class.
Declaration
public ActivationChangedEventArgs(IList removedItems, IList addedItems)
Parameters
System.Collections.IList
removedItems
|
System.Collections.IList
addedItems
|
Properties
AddedItems
Gets a list that contains the items that were selected.
Declaration
public IList AddedItems { get; }
Property Value
System.Collections.IList
|
RemovedItems
Gets a list that contains the items that were unselected.
Declaration
public IList RemovedItems { get; }
Property Value
System.Collections.IList
|