GoXam for WPF v3
DoKeyDown Method (CommandHandler)
Northwoods.GoXam Namespace > CommandHandler Class : DoKeyDown Method
This is called by the Northwoods.GoXam.Tool.ToolManager.
Syntax
public virtual void DoKeyDown( 
   KeyEventArgs e
)

Parameters

e
Remarks
However, it will not get called for commands for which there are input bindings. Caution: it does get called when the user presses a modifier key such as Key.LeftCtrl. By default this method does nothing.
See Also

Reference

CommandHandler Class
CommandHandler Members