Skip to content

SergioMorchon/ViewModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ViewModel

Some tiny and useful well known base classes for building ViewModels at any .NET Standard >= 1.6 project.

Available as a nuget package ViewModel-Base.

A well known basic class that implements INotifyPropertyChanged.

See a working example

Based on BindableBase, add a useful way to manage dependencies between observable properties.

You can add the attribute PropertySource over a property that depends of another one, and it will automatically notify all the transitive changes.

See a working example

Releases

No releases published

Packages

No packages published

Languages