GoXam for WPF v3
DoMouseDown Method (DiagramTool)
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
>
DiagramTool Class
: DoMouseDown Method
The diagram will call this method upon a mouse down event.
Syntax
C#
public
virtual
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
DiagramTool Class
DiagramTool Members