WPFCommandAggregator 1.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package WPFCommandAggregator --version 1.4.0
NuGet\Install-Package WPFCommandAggregator -Version 1.4.0
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="WPFCommandAggregator" Version="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WPFCommandAggregator --version 1.4.0
#r "nuget: WPFCommandAggregator, 1.4.0"
#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 WPFCommandAggregator as a Cake Addin
#addin nuget:?package=WPFCommandAggregator&version=1.4.0

// Install WPFCommandAggregator as a Cake Tool
#tool nuget:?package=WPFCommandAggregator&version=1.4.0

MVVM solution for efficent command definition and usage in WPF projects including a comfortable base view model

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
2.0.0 327 12/11/2023
1.6.1 851 9/30/2022
1.6.0 940 5/23/2020
1.5.0 997 3/28/2019
1.4.0 1,319 5/19/2018
1.3.0 1,245 5/13/2018

BaseVm:
- SuppressNotifications: new flag to be able to suppress notifications
- SetPropertyValue: new overload with pre und post action delegates

   ICommandAggregator:
- AddOrSetCommand: new overload with default value for can-execute delegate (executable by default)