Interface used for implementations that recognize, approve and disapprove node
reparenting gestures, as well as actually performs the reparenting.
Namespace: yWorks.yFiles.UI.InputAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public interface IReparentNodeHandler |
| Visual Basic |
|---|
Public Interface IReparentNodeHandler |
Remarks
Implementations of this interface are queried from the IInputModeContext
by code that wants to reparent a node. Specifically this is used by
the implementation provided by GroupedGraph that will be used
to reparent nodes during the dragging of nodes.