An ICommand with IsEnabled(blogs.msdn.com)
submitted by
Lord(3737) 3 years, 2 months ago
ICommand is a simple interface with three members – Execute, CanExecute, and CanExecuteChanged. You can write your own implementations of that interface, one for each command, but that gets a bit heavyweight. So there are several implementations of ICommand that are pluggable and re-usable, like DelegateCommand, RelayCommand, and RoutedCommand. This demonstrates another approach.
|category: Windows Workflow Foundation
|Views: 39
tags:
WWF another
Everyones tags:
Your Tags: