Search
Events.linkSelecting Property
See Also
 





Raised when the user tries to select a link. This event lets you cancel the operation.

Namespace: MindFusion.Diagramming
File: Events.js

 Syntax

JavaScript  Copy Code

get linkSelecting() {}
set linkSelecting(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a LinkEventArgs instance as argument.

 See Also