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
JavaScript Copy Code |
---|
var linkModifying |
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.