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

IDropTarget.DragEnter

Switch to Manual
public bool DragEnter (Experimental.UIElements.DragEnterEvent evt, IEnumerable<ISelectable> selection, Experimental.UIElements.GraphView.IDropTarget enteredTarget, Experimental.UIElements.GraphView.ISelection dragSource);

Parameters

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

Returns

bool Returns event propagation.

Description

This method is automatically called when the dragged source intersects the drop target.