Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 760 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 760 Bytes

VMBuilder

This is a Dev Tool that helps create ViewModels faster in WPF when using the MVVM pattern. The syntax could easily be tweaked but in the current solution the ViewModel you create should inherit from a ViewModelBase class and the ViewModelBase should use the INotifyChanged interface.

The delegate section is used by adding a DelegateCommand class somewhere in your solution.

alt text

alt text

alt text