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

StackNode.DragLeave

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

Parámetros

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

Valor de retorno

bool Returns event propagation.

Descripción

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