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

IDropTarget.DragEnter

매뉴얼로 전환
public bool DragEnter (UIElements.DragEnterEvent evt, IEnumerable<ISelectable> selection, Experimental.GraphView.IDropTarget enteredTarget, Experimental.GraphView.ISelection dragSource);

파라미터

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

반환

bool Returns event propagation.

설명

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