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