MindFusion.Diagramming for JavaScript Programmer's Guide

Diagram.raiseModified Method

See Also
 





Raises an event which notifies that a DiagramItem has been modified.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function raiseModified (item, mousePosition, adjustmentHandle)

 Parameters

item
The DiagramItem that has been modified.
mousePosition

The current mouse pointer position.

adjustmentHandle

Identifies the handle used to modify the item.

 See Also