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

StackNode.DragEnter

public bool DragEnter(UIElements.DragEnterEvent evt, IEnumerable<ISelectable> selection, Experimental.GraphView.IDropTarget enteredTarget, Experimental.GraphView.ISelection dragSource);

Parameters

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

Returns

bool Returns event propagation.

Description

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

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