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