Skip to content

Hi there

Choose a tag to compare

@feO2x feO2x released this 26 Jul 05:52

Initial Release v0.1

  • Use the IRaisePropertyChanged interface and its extension methods to simplifiy the code in your view model property setters.
  • BaseNotifyPropertyChanged is the base class that automatically implements INotifyPropertyChanged and IRaisePropertyChanged for you.
  • Use the DelegateCommand in your View Models to easily create ICommand instances that use the methods of your view model.