Raised when the user moves or resizes a node.
JavaScript Copy Code |
---|
function onNodeModified(sender, args) |
NodeModified handlers receive an event object of type NodeEventArgs.
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.