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

IDropTarget.DragEnter

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

Parámetros

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

Valor de retorno

bool Returns event propagation.

Descripción

This method is automatically called when the dragged source intersects the drop target.