Raised when the user tries to delete a link. This event lets you cancel the operation.
Namespace: MindFusion.Diagramming
File: DiagramBase.js
SyntaxJavaScript
Copy Code
|
|---|
diagram.linkDeleting.addEventListener(onLinkDeleting); |
Event DataEvent handlers receive a LinkEventArgs instance containing data about this event.
See Also