StackNode.DragUpdated
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.