Class HistoryChangedEventArgs
Initializes a new instance of the SelectionChangeEventArgs class.
Namespace: Telerik.Windows.Controls.ColorEditor
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class HistoryChangedEventArgs : RadRoutedEventArgs
Constructors
HistoryChangedEventArgs(IList<Color>, IList<Color>, RoutedEvent, Object)
Initializes a new instance of the History
Declaration
public HistoryChangedEventArgs(IList<Color> removedItems, IList<Color> addedItems, RoutedEvent routedEvent, object source)
Parameters
System. The removed items. |
System. The added items. |
System. The routed event. |
System. The source. |
Properties
AddedItems
Gets a list that contains the colors that were added to Rad
Declaration
public ReadOnlyCollection<Color> AddedItems { get; }
Property Value
System.
|
RemovedItems
Gets a list that contains the colors that were removed from Rad
Declaration
public ReadOnlyCollection<Color> RemovedItems { get; }
Property Value
System.
|