Simple default implementation of IReparentNodeHandler that treats shift key presses as reparent gestures and allows for reparenting all nodes.

Namespace: yWorks.yFiles.UI.Input
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public class ReparentNodeHandler : IReparentNodeHandler
Visual Basic
Public Class ReparentNodeHandler _
	Implements IReparentNodeHandler

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Input..::..ReparentNodeHandler

See Also