GoXam for WPF v3
DoCancel Method (RotatingTool)
Northwoods.GoXam.Tool Namespace > RotatingTool Class : DoCancel Method
The diagram will call this method when the user wishes to cancel the current tool's operation.
Syntax
public override void DoCancel()
Remarks
Typically this is called when the user hits the ESCAPE key. This should restore the original state and then call StopTool.
See Also

Reference

RotatingTool Class
RotatingTool Members