GoXam for WPF v3
DoKeyUp Method (CommandHandler)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam Namespace
>
CommandHandler Class
: DoKeyUp Method
This is called by the
Northwoods.GoXam.Tool.ToolManager
.
Syntax
C#
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