Search
LinkValidationEvent.getDestination Method
See Also
 

Gets the node that will become the link's destination if the event is validated.

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

 Syntax

Java  Copy Code

public DiagramNode getDestination ()

 Return Value

An instance of the DiagramNode class.

 See Also