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

IDropTarget.DragLeave

マニュアルに切り替える
public bool DragLeave (Experimental.UIElements.DragLeaveEvent evt, IEnumerable<ISelectable> selection, Experimental.UIElements.GraphView.IDropTarget leftTarget, Experimental.UIElements.GraphView.ISelection dragSource);

パラメーター

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

戻り値

bool Returns event propagation.

説明

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