All Tags »
MEF »
command
Sorry, but there are no more tags available to filter with.
-
View models can expose commands that are bound to controls. Commands encapsulate an action and a permission, and the advantage to binding is that controls that support commands will automatically disable when the command cannot execute. Commands can also be easily added to view models and tested.
It is common to find commands that are used ...