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

Reference

IDiagramTool Interface
IDiagramTool Members