Northwoods.GoSilverlight 1.3.5 Assembly
DoActivate Method
See Also  Send Feedback
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

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

Remarks

This should set DiagramTool.Active to true. This might call DiagramTool.StartTransaction, if this tool's activity involves modification of the model.

Requirements

See Also

© 2012 All Rights Reserved.