Raised when the mouse pointer leaves the boundaries of a node.
Namespace: MindFusion.Diagramming
File: Events.js
SyntaxJavaScript
Copy Code
|
|---|
get nodePointerLeave() {} |
String
A string containing the event name.
RemarksEvent handlers receive a NodeEventArgs instance that contains data about this event.
See Also