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

StackNode.DragLeave

public bool DragLeave(UIElements.DragLeaveEvent evt, IEnumerable<ISelectable> selection, Experimental.GraphView.IDropTarget leftTarget, Experimental.GraphView.ISelection dragSource);

Parameters

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

Returns

bool Returns event propagation.

Description

This method is automatically called when a drag leave event occurs.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答