Search
LinkValidationEventArgs.node Property
See Also
 






Gets the node related to the event.

Namespace: MindFusion.Diagramming
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get node() {}
set node(value) {}

 Property Value

DiagramNode

A DiagramNode instance.

 See Also