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