Search
DiagramNode.raiseClicked Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: DiagramNode.js

 Syntax

JavaScript  Copy Code

function raiseClicked (mousePosition, mouseButton)

 Parameters

mousePosition

Point. The position of the mouse.

mouseButton

A value identifying the clicked mouse button.

 See Also