Raised when the mouse pointer leaves the boundaries of a node.
Namespace: MindFusion.Diagramming
File: DiagramBase.js
SyntaxJavaScript
Copy Code
|
|---|
| diagram.nodePointerLeave.addEventListener(onNodePointerLeave); function onNodePointerLeave(sender, args) { } |
Event DataEvent handlers receive a NodeEventArgs instance containing data about this event.
See Also