Search
Events.nodeTextEditing Property
See Also
 





Raised when the user starts to edit the text of a node.

Namespace: MindFusion.Diagramming
Package: Events.js

 Syntax

JavaScript  Copy Code

get nodeTextEditing() {}
set nodeTextEditing(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a NodeEventArgs instance as argument.

 See Also