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

IDropTarget.DragUpdated

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

Parámetros

evtThe event.
selectionThe selected elements.
dropTargetThe drop target.
dragSourceThe drag source.

Valor de retorno

bool Returns event propagation.

Descripción

This method is automatically called when the drag source is updated.