GoXam for WPF v3
DoKeyDown Method (ToolManager)
Northwoods.GoXam.Tool Namespace > ToolManager Class : DoKeyDown Method
The diagram will call this method upon a key down event.
Syntax
public override void DoKeyDown( 
   KeyEventArgs e
)

Parameters

e
Remarks

By default this just calls DoCancel if the key is the ESCAPE key.

This key event method isn't called because of the command mechanism. If you want this method to be called, override DoStart to call this.Diagram.CommandHandler.RemoveStandardBindings() and override DoStop to call this.Diagram.CommandHandler.AddStandardBindings().

See Also

Reference

ToolManager Class
ToolManager Members