A validation event raised while the user is drawing a new link.
Namespace: MindFusion.Diagramming
File: Events.js
JavaScript Copy Code |
---|
get linkCreating() {} |
String
A string containing the event name.
Event handlers receive a LinkEventArgs instance as argument.
This example shows how to handle the linkCreating event to prevent cycles in the graph.
JavaScript Copy Code |
---|
// assuming namespaced scripts |
MindFusion.Diagramming for JavaScript Programmer's Guide | © 2024 MindFusion |