ASP.NET Pack Programmer's Guide
Events.linkModifying Field
See Also
 





A validation event raised while the user is modifying a link. The event handlers get a LinkEventArgs instance that contains data about this event.

Namespace: MindFusion.Diagramming
Package: Events.js

 Syntax

JavaScript  Copy Code

var linkModifying

 Remarks

Event handlers can set the Cancel property to true to display the stop cursor and indicate that releasing the mouse button at the current position will cancel the operation. Alternatively, calling the cancelDrag method immediately cancels the operation.

 See Also

Events Members
Events Class
MindFusion.Diagramming Namespace