WPFCommandAggregator 1.3.0

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

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

WPF Command Aggregator

The WPF Command Aggregator is a pattern to reduce WPF command definitions to an absolute minimum of code lines (only one per command). In Addition a Base-ViewModel class (BaseVm) is provided with a integrated CommandAggregator instance, an easy to use property setting including automatic notification and the DependsOn attribute support.

Versions

  • 1.0.0.0 : WPF Command Aggregator
  • 1.1.0.0 : HierarchyCommand added;
  • 1.2.0.0 : Pre- and post action delegates added;
  • 1.3.0.0 : DependsOn Attribute added and BasVm class optimzed

Minimum target framework version is 4.5.2

For a detailed description see the documentation on GitHub

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 328 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

Version 1.3.0 is the first version released on nuGet.
           Previous versions are available on gitHub.