Skip to content

qpooqp/HistoryCollection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HistoryCollection

Simple generic collection with ability to undo and redo collection change actions.

It is meant to be used in WPF/UWP frontend development because it implements INotifyCollectionChanged and INotifyPropertyChanged and thus can be easily used together with data binding.

What can it do

It tracks history of changes done on itself and it can undo or redo the changes. You can specify how many changes it can keep track of.

List of collection changes

  • Insert
  • Move
  • Remove
  • Replace
  • Clear

TODO

  • Tests

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages