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

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

Syntax

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

Remarks

This is normally overridden for mouse-down tools; it is not called for mouse-move or 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.

Requirements

See Also

© 2012 All Rights Reserved.