GoXam for WPF v3
DoCancel Method (DiagramTool)
Northwoods.GoXam.Tool Namespace > DiagramTool Class : DoCancel Method
The diagram will call this method when the user wishes to cancel the current tool's operation.
Syntax
public virtual 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

DiagramTool Class
DiagramTool Members