Search
DiagramNode.raiseDoubleClicked Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: DiagramNode.js

 Syntax

JavaScript  Copy Code

function raiseDoubleClicked (mousePosition, mouseButton)

 Parameters

mousePosition

Point. The position of the mouse.

mouseButton

MouseButton. A value identifying the clicked mouse button.

 See Also