GoXam for WPF v3
DoStart 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
: DoStart Method
This method is called by the diagram when this tool becomes the current tool.
Syntax
C#
public
virtual
void
DoStart()
Remarks
Tool implementations should perform their per-use initialization here, such as setting up internal data structures, or capturing the mouse.
See Also
Reference
DiagramTool Class
DiagramTool Members