Search
DiagramItem.startDrag Method
See Also
 





Invoked when the user starts dragging this item.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

function startDrag (ist)

 Parameters

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

 See Also