StackNode.DragLeave
public bool DragLeave(UIElements.DragLeaveEvent evt,
IEnumerable<ISelectable> selection,
Experimental.GraphView.IDropTarget leftTarget,
Experimental.GraphView.ISelection dragSource);
Parameters
| evt | The event. | |
| selection | The selected elements. | |
| leftTarget | The drop target. | |
| dragSource | The drag source. |
Returns
bool Returns event propagation.
Description 描述
This method is automatically called when a drag leave event occurs.