Version

AddCollectionChange Method

Adds an UndoUnit for the specified replace collection change to the undo history.
Overload List
OverloadDescription
AddCollectionChange<TItem>(ICollection<TItem>,TItem,TItem,Int32,String)Adds an UndoUnit for the specified replace collection change to the undo history.  
AddCollectionChange<TItem>(ICollection<TItem>,TItem,Int32,Int32,String)Adds an UndoUnit for the specified replace collection change to the undo history.  
AddCollectionChange<TItem>(ICollection<TItem>,NotifyCollectionChangedEventArgs,String)Adds an UndoUnit for the specified collection change to the undo history.  
AddCollectionChange<TItem>(ICollection<TItem>,NotifyCollectionChangedAction,TItem,Int32,String)Adds an UndoUnit for the specified add/remove collection change to the undo history.  
AddCollectionChange<TItem>(ICollection<TItem>,NotifyCollectionChangedAction,TItem[],Int32,String)Adds an UndoUnit for the specified add/remove collection change to the undo history.  
AddCollectionChange<TItem>(ICollection<TItem>,TItem[],String)Adds an UndoUnit to the undo history for a collection change that replaces the contents of the collection.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also