Search
NodeClicked Event

Raised when the user clicks a node.

Syntax

JavaScript  Copy Code

function onNodeClicked (sender, args)

Event Data

NodeClicked handlers receive an event object of type NodeEventArgs.

Remarks

To handle the NodeClicked event, assign the name of the respective JavaScript function (for example 'onNodeClicked') to the NodeClickedScript property.

See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming Namespace
NodeDoubleClicked Event