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

The diagram will call this method when the user wishes to cancel the current tool's operation.

Syntax

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

Remarks

Typically this is called when the user hits the ESCAPE key. This should restore the original state and then call DiagramTool.StopTool.

Requirements

See Also

© 2012 All Rights Reserved.