DraggingTool
Tool handling the translation of items.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
public class DraggingTool : ToolBase, ITool, IMouseListener
Inheritance: objectToolBaseDraggingTool
Implements:
Inherited Members
Constructors
Initializes a new instance of the DraggingTool class.
public DraggingTool()
Fields
Methods
Initializes the specified service locator.
public override void Initialize(IGraphServiceLocator serviceLocator)
The service locator.
Overrides:
Handles the mouse double click event.
public virtual bool MouseDoubleClick(PointerArgs e)
The PointerArgs instance containing the event data.
Returns:Implements:
Handles the mouse-down event.
public virtual bool MouseDown(PointerArgs e)
The PointerArgs instance containing the event data.
Returns:Implements:
Handles the mouse-move event.
public virtual bool MouseMove(PointerArgs e)
The PointerArgs instance containing the event data.
Returns:Implements:
Handles the mouse-up event.
public virtual bool MouseUp(PointerArgs e)
The PointerArgs instance containing the event data.
Returns:Implements:
Called when tool is IsActive is changed to true.
protected override void OnActivated()
Overrides:
Called when tool is IsActive is changed to false.
protected override void OnDeactivated()
Overrides: