GoXam for WPF v3
DoActivate 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
: DoActivate Method
This method is called by the diagram after setting
Northwoods.GoXam.Diagram.CurrentTool
, to make the new tool active.
Syntax
C#
public
virtual
void
DoActivate()
Remarks
This should set
Active
to true. This might call
StartTransaction
, if this tool's activity involves modification of the model.
See Also
Reference
DiagramTool Class
DiagramTool Members