Search
DiagramAdapter.nodePointerEnter Method
See Also
 

Fired when the mouse pointer enters the boundaries of a node. Call setTrackPointedItem to enable this event.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void nodePointerEnter (
    NodeEvent e
)

 Parameters

e

A NodeEvent object providing information about the event.

 See Also