StyleMVVM.CSharp 2.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package StyleMVVM.CSharp --version 2.0.3
NuGet\Install-Package StyleMVVM.CSharp -Version 2.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StyleMVVM.CSharp" Version="2.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StyleMVVM.CSharp --version 2.0.3
#r "nuget: StyleMVVM.CSharp, 2.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install StyleMVVM.CSharp as a Cake Addin
#addin nuget:?package=StyleMVVM.CSharp&version=2.0.3

// Install StyleMVVM.CSharp as a Cake Tool
#tool nuget:?package=StyleMVVM.CSharp&version=2.0.3

StyleMVVM.CSharp is an adjunct to StyleMMVM for C# development

Product Compatible and additional computed target framework versions.
WinRT winrt45 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.5 2,041 1/14/2014
3.1.4 1,186 10/4/2013
3.1.3 1,149 9/18/2013
3.1.1 1,159 8/31/2013
3.0.3 1,337 6/27/2013
3.0.2 1,342 6/24/2013
3.0.1 1,248 6/24/2013
3.0.0 1,259 6/17/2013
2.3.2 1,307 6/2/2013
2.3.1 1,220 5/24/2013
2.3.0 1,232 5/20/2013
2.2.0 1,215 5/12/2013
2.1.0 1,220 3/26/2013
2.1.0-beta3 954 3/12/2013
2.1.0-beta2 1,003 3/12/2013
2.1.0-beta 1,038 3/6/2013
2.0.5 1,217 1/4/2013
2.0.4 1,242 12/16/2012
2.0.3 1,377 10/25/2012
2.0.2 1,269 10/18/2012
2.0.1 1,343 10/6/2012
2.0.0 1,361 10/6/2012

The main new feature is the ability to attach event handlers in xaml using the new DP View:EventHandlers.Attach="EventName => ViewModelMethod($sender,$eventArgs); etc... ".