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

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

Syntax

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

Remarks

Tool implementations should perform their per-use cleanup here, such as releasing mouse capture.

Requirements

See Also

© 2010 All Rights Reserved.