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

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

Syntax

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

Remarks

This is normally overridden for mouse-move tools; it is not called for mouse-up tools. However it may also be called when the tool is run in a modal fashion, when code explicitly sets the diagram's Northwoods.GoXam.Diagram.CurrentTool. An override of this method usually does nothing when DiagramTool.Active is false.

Requirements

See Also

© 2012 All Rights Reserved.