Search
NodeEvent.getNode Method
See Also
 

Gets the node for which the event was raised.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public DiagramNode getNode ()

 Return Value

An instance of the DiagramNode class.

 See Also