Version: 1.1
LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

StackNode.DragUpdated

Declaration

public bool DragUpdated(UIElements.DragUpdatedEvent evt, IEnumerable<ISelectable> selection, Experimental.GraphView.IDropTarget dropTarget, Experimental.GraphView.ISelection dragSource);

Parameters

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

Returns

bool Returns event propagation.

Description

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


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