The topics in this section describe how to use the commanding framework in ClientUI.
In This Section
How-to: Implement a RoutedCommand
How-to: Create CommandBinding using Code
How-to: Use Class Binding to Implement a RoutedCommand
How-to: Create Routed Commands In a Static Class
How-to: Add Keyboard Access to a Command using KeyBinding
How-to: Add a Command to a UXMenuItem
How-to: Explicitly Set the Command Target
How-to: Implement Mouse Input to a Control with No Command Support
How-to: Explicitly Invalidate the State of a Command Source
How-to: Implement Rich Editor Command Interface with ToolBar, MenuBar and ContextMenu
How-to: Implement a HybridRoutedCommand
CommandBinding Class
RoutedCommand Class
RoutedUICommand Class
KeyBinding Class
MouseBinding Class
Concepts
Commanding Overview
MVVM Pattern Overview
Other Resources
MVVM Pattern How-to Topics
Tasks
Walkthrough: Create Consistent UI for Rich Text Editor using Routed Command
Walkthrough: Create Windows 7 Explorer UI using Hybrid Command