ASP.NET Pack Programmer's Guide
InteractionState.cancel Method
See Also
 





Cancels the user interaction. Call this method to cancel interaction, usually in response to the user clicking the right mouse button while dragging.

Namespace: MindFusion.Diagramming
Package: InteractionState.js

 Syntax

JavaScript  Copy Code

function cancel (diagram)

 Parameters

diagram
The Diagram, at which the action is performed.

 Remarks

Call this method to cancel interaction, usually in response to the user clicking the right mouse button while dragging.

 See Also

InteractionState Members
InteractionState Class
MindFusion.Diagramming Namespace