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);

参数

evt事件。
selection选择的元素。
leftTarget放置目标。
dragSourceThe drag source.

返回

bool Returns event propagation.

描述

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