Raised when the mouse pointer hovers over a link.
Namespace: MindFusion.Diagramming
Assembly: Events.js
SyntaxJavaScript
Copy Code
|
|---|
get linkHovered() {} |
String
A string containing the event name.
RemarksThis event fires when the mouse pointer rests over a link for hoverDelay milliseconds. Event handlers receive a LinkEventArgs instance as argument.
See Also