Search
ComponentMouseEventAdapter.mouseMove Method
See Also
 

Raised when the mouse moves over the component.

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

 Syntax

Java  Copy Code

public void mouseMove (
    Object sender,
    ComponentMouseEvent e
)

 Parameters

sender

e

 See Also