A validation event that lets you approve or reject displaying a decoration at the intersection point of links.
Namespace: MindFusion.Diagramming
Assembly: DiagramBase.js
SyntaxJavaScript
Copy Code
|
|---|
| diagram.validateLinkCrossing.addEventListener(onValidateLinkCrossing); function onValidateLinkCrossing(sender, args) { } |
Event DataEvent handlers receive a LinkCrossingEventArgs instance containing data about this event.
RemarksThis event is raised for each intersection point of links when linkCrossings property is enabled.
See Also