Raised when the user starts drawing a new link, just after the DiagramLink instance is created.
Namespace: MindFusion.Diagramming
File: Events.js
SyntaxJavaScript
Copy Code
|
|---|
get initializeLink() {} |
String
A string containing the event name.
RemarksEvent handlers receive a LinkEventArgs instance as argument.
See Also