Invoked when a diagram item is being dragged over this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public virtual bool OnDragOver ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Function OnDragOver( _ |
false if the diagram should notify nodes below this one; otherwise, true.
See Also