MindFusion.Diagramming for JavaScript Programmer's Guide

DiagramItem.cancelDrag Method

See Also
 





Invoked when the interactive modification of this object has been canceled.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

function cancelDrag (ist)

 Parameters

ist
An InteractionState object that encapsulates the current state of user interaction with the control.

 See Also