Northwoods.GoSilverlight 1.3.5 Assembly
DoStart Method
See Also  Send Feedback
Northwoods.GoXam.Tool Namespace > DiagramTool Class : DoStart Method

This method is called by the diagram when this tool becomes the current tool.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub DoStart() 
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.

Requirements

See Also

© 2012 All Rights Reserved.