GoXam for WPF v3
DoStop 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
: DoStop Method
This method is called by the diagram when this tool stops being the current tool.
Syntax
C#
public
override
void
DoStop()
Remarks
Tool implementations should perform their per-use cleanup here, such as releasing mouse capture.
See Also
Reference
DraggingTool Class
DraggingTool Members