Search
Events.linkPointerLeave Property
See Also
 





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

Namespace: MindFusion.Diagramming
File: Events.js

 Syntax

JavaScript  Copy Code

get linkPointerLeave() {}
set linkPointerLeave(value) {}

 Property Value

String

A string containing the event name.

 Remarks

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

 See Also