Search
Events.nodePointerLeave Property
See Also
 





Raised when the mouse pointer leaves the boundaries of a node.

Namespace: MindFusion.Diagramming
File: Events.js

 Syntax

JavaScript  Copy Code

get nodePointerLeave() {}
set nodePointerLeave(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a NodeEventArgs instance that contains data about this event.

 See Also