Search
DiagramBase.cellTextEdited Event
See Also
 





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

Namespace: MindFusion.Diagramming
File: DiagramBase.js

 Syntax

JavaScript  Copy Code
diagram.cellTextEdited.addEventListener(onCellTextEdited);

 Event Data

Event handlers receive a CellEventArgs instance that contains data about this event.

 See Also