Invoked when a diagram item is being dragged over this node.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public boolean onDragOver ( |
The DiagramItem that is dragged over the node.
false if the diagram should notify nodes below this one; otherwise, true.
See Also