GoXam for WPF v3
DoDeactivate Method (RotatingTool)
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
>
RotatingTool Class
: DoDeactivate Method
This method is called by the diagram on the old tool when
Northwoods.GoXam.Diagram.CurrentTool
is set to a new tool.
Syntax
C#
public
override
void
DoDeactivate()
Remarks
This needs to set
Active
to false. This might call
StopTransaction
, if this tool's activity involves modification of the model.
See Also
Reference
RotatingTool Class
RotatingTool Members