Search
NodeEvent Constructor (Object, DiagramNode, int, Point2D)
See Also
 

Initializes a new instance of the NodeEvent class.

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

 Syntax

Java  Copy Code

public NodeEvent (
    Object source,
    DiagramNode node,
    int mouseButton,
    Point2D mousePosition
)

 Parameters

source

The source of the event.

node

The DiagramNode related to the event.

mouseButton

One of the MouseEvent button constants.

mousePosition
The mouse position related to this event.

 See Also