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