Search
Events.cellTextEdited Property
See Also
 





Raised when the user edits the text of a table cell.

Namespace: MindFusion.Diagramming
Package: Events.js

 Syntax

JavaScript  Copy Code

get cellTextEdited() {}
set cellTextEdited(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a CellEventArgs instance as argument.

 See Also