Search
ItemEventArgs.oldText Property
See Also
 





Gets the text that had been displayed in the node before the user edited it.

Namespace: MindFusion.Diagramming
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get oldText() {}

 Property Value

String

A string containing item's original text.

 See Also