Invoked when a diagram item is being dragged over this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public virtual bool OnDragOver ( |
Visual Basic Copy Code |
---|
Public Overridable Function OnDragOver( _ |
The DiagramItem that is dragged over the node.
false if the diagram should notify nodes below this one; otherwise, true.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |