Northwoods.GoWPF 1.3.5 Assembly
DoDeactivate Method
See Also  Send Feedback
Northwoods.GoXam.Tool Namespace > DiagramTool 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

Visual Basic (Declaration) 
Public Overridable Sub DoDeactivate() 
C# 
public virtual void DoDeactivate()

Remarks

This needs to set DiagramTool.Active to false. This might call DiagramTool.StopTransaction, if this tool's activity involves modification of the model.

Requirements

See Also

© 2012 All Rights Reserved.