GoXam for WPF v3
DoMouseUp Method (IDiagramTool)
Northwoods.GoXam.Tool Namespace > IDiagramTool Interface : DoMouseUp Method
The diagram will call this method upon a mouse up event.
Syntax
void DoMouseUp()
Remarks

This is normally overridden for mouse-up tools.

Tools normally stop upon a mouse up, by calling DiagramTool.StopTool. If you want to handle multiple mouse down-up gestures in one tool activation, you will need to override this method to only stop the tool when you want.

See Also

Reference

IDiagramTool Interface
IDiagramTool Members