Version: 2021.2
言語: 日本語
Experimental: this API is experimental and might be changed or removed in the future.

IDropTarget.DragLeave

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

パラメーター

evt The event.
selection The selected elements.
leftTarget The drop target.
dragSource The drag source.

戻り値

bool Returns event propagation.

説明

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