Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 591 Bytes

README.md

File metadata and controls

7 lines (3 loc) · 591 Bytes

WPFCommon

The WPF Common library is a shared collection of MVVM related classes. The repository contains some commonly used pattern like the ViewModelBase but also some additions to them like the AsyncViewModelBase that provides a common interface for starting async operations inside the ViewModel. Another addition is a default implementation of the INotifyDataErrorInfo interface for general usage with a collection of Rules. The repository contains a ThreadSaveObservableCollection that can be accessed across multiple thread and will sync all actions into the Dispatcher.