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