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

Parameters

e
Remarks
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