Search
Events.nodeModifying Property
See Also
 





A validation event raised while the user is moving or resizing a node.

Namespace: MindFusion.Diagramming
Package: Events.js

 Syntax

JavaScript  Copy Code

get nodeModifying() {}
set nodeModifying(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a NodeEventArgs instance as argument.

 See Also