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

The diagram will call this method upon a mouse up event.

Syntax

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

Remarks

This is normally overridden for mouse-up tools. An override of this method usually does nothing when DiagramTool.Active is false, except for calling DiagramTool.StopTool.

Tools normally stop upon a mouse up, by calling DiagramTool.StopTool. If you want to handle multiple mouse down-up gestures in one tool activation, you will need to override this method to only stop the tool when you want.

Requirements

See Also

© 2012 All Rights Reserved.