Name | Description |
---|---|
CommandManagerHelper | This class contains methods for the CommandManager that help avoid memory leaks by using weak references. |
DelegateCommand | This class allows delegating the commanding logic to methods passed as parameters, and enables a View to bind commands to objects that are not part of the element tree. (from WPF MVVM Toolkit) |