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