GoXam for WPF v3
DoMouseDown Method (TextEditingTool)
Northwoods.GoXam.Tool Namespace > TextEditingTool Class : DoMouseDown Method
The diagram will call this method upon a mouse down event.
Syntax
public override void DoMouseDown()
Remarks
This is normally overridden for mouse-down tools; it is not called for mouse-move or mouse-up tools. However it may also be called when the tool is run in a modal fashion, when code explicitly sets the diagram's Northwoods.GoXam.Diagram.CurrentTool.
See Also

Reference

TextEditingTool Class
TextEditingTool Members