Version: 2023.1
언어: 한국어
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.