Extends the RelayCommand of the MVVM Light Toolkit. Fires the CanExecuteChanged event for the command automatically if a PropertyChanged event of a dependent property was fired.
.Net Standard libary which implements ICommand interface and provides Command and AsyncCommand classes that are tipically used to provide commanding behaviour to user interfaces.
This particular library does not rely on CommandManager which is part of WPF, therefore it can be used with Xamarin and...
More information
This library contains basic MVVM objects:
- Relay Command
- Window Manager
- EventToCommand (Without the need to install Blend SDK and use System.Windows.Interactivity)
A tiny framework for building loosely coupled, and testable WPF application.Including bindable object for MVVM, DelegateCommand, RelayCommand, and implement of dependency injection(IoC Container).
一个简单的MVVM框架, 提供了基本的绑定基类, 手动引发/自动引发命令以及依赖注入的实现, 在代码仓库中有Demo.
Enjoy it! 0.0
A very lightweight Mvvm package providing standard PropertyChanged Notification and ICommand Implementations, and viewmodel navigation along with some common functionality like DesignData, Validation, and LoadData.
A very lightweight Mvvm package providing standard PropertyChanged Notification and ICommand Implementations, along with some common functionality like Navigation and LoadData.
A very lightweight Mvvm package providing standard PropertyChanged Notification and ICommand Implementations, along with some common functionality like LoadData.