Search
DiagramAdapter.nodePointerLeave Method
See Also
 

Fired when the mouse pointer leaves 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 nodePointerLeave (
    NodeEvent e
)

 Parameters

e

A NodeEvent object providing information about the event.

 See Also