Search
DiagramBase.NodeModified Event
See Also
 






Raised when the user moves or resizes a node.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<NodeEventArgs> NodeModified

Visual Basic  Copy Code

Public Event NodeModified As EventHandler(Of NodeEventArgs)

 Remarks

NodeModified is not raised if the node position is changed programmatically.

 See Also