Search
Events.validateLinkCrossing Property
See Also
 





A validation event that lets you approve or reject displaying a decoration at the intersection point of links.

Namespace: MindFusion.Diagramming
File: Events.js

 Syntax

JavaScript  Copy Code

get validateLinkCrossing() {}
set validateLinkCrossing(value) {}

 Property Value

String

A string containing the event name.

 Remarks

validateLinkCrossing event handlers receive an argument of type LinkCrossingEventArgs.

This event is raised for each intersection point of links when linkCrossings property is enabled.

 See Also