Version: 2019.1
Experimental: this API is experimental and might be changed or removed in the future.

IDropTarget.DragPerform

Switch to Manual
public bool DragPerform (Experimental.UIElements.DragPerformEvent evt, IEnumerable<ISelectable> selection, Experimental.UIElements.GraphView.IDropTarget dropTarget, Experimental.UIElements.GraphView.ISelection dragSource);

Parameters

evtThe event.
selectionThe selected elements.
dropTargetThe drop target.
dragSourceThe drag source.

Returns

bool Returns event propagation.

Description

"This method is automatically called when a drag is performed."