Search
Events.linkModifying Property
See Also
 





A validation event raised while the user is modifying a link.

Namespace: MindFusion.Diagramming
File: Events.js

 Syntax

JavaScript  Copy Code

get linkModifying() {}
set linkModifying(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a LinkEventArgs instance as argument.

 See Also