Info
Version: | 1.0.0 |
Author(s): | Jan Skála |
Last Update: | Saturday, July 9, 2016 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/WpfViewModelBase |
Install
Install-Package WpfViewModelBase
dotnet add package WpfViewModelBase
paket add WpfViewModelBase
WpfViewModelBase Download (Unzip the "nupkg" after downloading)
Dependencies
dotnet5.4
- Microsoft.CSharp(>= 4.0.123516)
- System.Collections(>= 4.0.1123516)
- System.Linq(>= 4.0.123516)
- System.Runtime(>= 4.0.2123516)
- System.Threading(>= 4.0.1123516)
No dependencies.
Tags
All classes that inherit from ViewModelBase will have the INotifyPropertyChanged interface, with the caller member name attribute. There are also 2 useful classes.
RelayCommand - allows you to create an anonymous command using lambda expression. GenericRelayCommand - allows you to create a commmand that accepts a parameter.