EthanShoeDev / VMBuilder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C# 100.0%