Search
DiagramItem.onDoubleClick Method
See Also
 

Invoked when the user double-clicks this item.

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

 Syntax

Java  Copy Code

protected void onDoubleClick (
    int mouseButton,
    Point2D pointerPosition
)

 Parameters

mouseButton

Specifies the mouse button used to click the item.

mousePosition

Specifies the mouse position

 See Also