MindFusion.Diagramming for JavaScript Programmer's Guide

NodeEventArgs.getNode Method

See Also
 





Gets the node for which the event was raised.

Namespace: MindFusion.Diagramming
File: EventArgs.js

 Syntax

JavaScript  Copy Code

function getNode ()

 Return Value

An instance of the DiagramNode class.

 See Also