GoXam for WPF v3
DoCancel Method (DraggingTool)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Tool Namespace
>
DraggingTool Class
: DoCancel Method
The diagram will call this method when the user wishes to cancel the current tool's operation.
Syntax
C#
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
DraggingTool Class
DraggingTool Members