Search
DiagramAdapter.linkPointerLeave Method
See Also
 

Fired when the mouse pointer leaves the boundaries of a link. Call setTrackPointedItem to enable this event.

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

 Syntax

Java  Copy Code

public void linkPointerLeave (
    LinkEvent e
)

 Parameters

e

A LinkEvent object providing information about the event.

 See Also