Invoked when a diagram item is dropped over this node.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public override bool OnDropOver ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Function OnDropOver( _ |
true if the drop operation will be handled by this node; otherwise, false.
RemarksIf this method returns true, no other nodes will receive the notification.
See Also