Skip to content
DELTAJoSch edited this page Apr 11, 2020 · 2 revisions

About

EasyMVVM is an easy-to-use MVVM Framework. It works well in conjunction with many other projects and is constructed to be used in conjunction with EasyStyle.

Installation

Find out how to install this project here.

Getting Started

To get started with this framework, please read this article.

Features

ViewModelBase

ViewModelBase is the standard ViewModel base-class in this framework. Find out more about ViewModelBase here.

DelegateCommand

A DelegatCommand is a class that implementes the ICommand interface. Use this to connect functions to commands using easy syntax. Find out more about DelegateCommand.