Search
Diagram.raiseDoubleClicked Method
See Also
 





Raises an event which notifies that a Diagram item has been double-clicked.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

function raiseDoubleClicked (item, mousePosition, mouseButton)

 Parameters

item

DiagramItem. The Diagram item.

mousePosition

Point. The position of the mouse.

mouseButton

MouseButton. The mouse button, with which the item has been clicked.

 See Also