Search
NodeModified Event

Raised when the user moves or resizes a node.

Syntax

JavaScript  Copy Code

function onNodeModified(sender, args)

Event Data

NodeModified handlers receive an event object of type NodeEventArgs.

Remarks

NodeModified is not raised if the node position is changed programmatically. The event occurs only when the user has dragged an adjustment handle to a new position.

To handle the NodeModified event, assign the name of the respective JavaScript function (for example 'onNodeModified') to the NodeModifiedScript property.

See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming Namespace
NodeModifying Event