DiagramNode.AllowModify override. Invoked during interactive modification of items to test whether the operation can be completed in the current context.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
protected override bool AllowModify ( |
Visual Basic Copy Code |
---|
Protected Overrides Function AllowModify( _ |
The current mouse pointer position.
An InteractionState object containing more information about the current state of the operation.
true to allow the modification of this node; otherwise, false.
This method is invoked after each mouse movement in order to update the mouse pointer icon, so do not perform any time-consuming operations in its implementation.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |