Search
NodeEventArgs.node Property
See Also
 






Gets the node for which the event is raised.

Namespace: MindFusion.Diagramming
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get node() {}

 Property Value

DiagramNode

An instance of the DiagramNode class.

 See Also