A validation event raised while the user is modifying a link.
Namespace: MindFusion.Diagramming
File: Events.js
SyntaxJavaScript
Copy Code
|
|---|
get linkModifying() {} |
String
A string containing the event name.
RemarksEvent handlers receive a LinkEventArgs instance as argument.
See Also