Search
Events.linkCreated Property
See Also
 





Raised when the user draws a new link.

Namespace: MindFusion.Diagramming
Package: Events.js

 Syntax

JavaScript  Copy Code

get linkCreated() {}
set linkCreated(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a LinkEventArgs instance as argument.

 See Also