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