Search
DiagramBase.cellTextEditing Event
See Also
 





Raised when the user starts to edit the text of a table cell.

Namespace: MindFusion.Diagramming
File: DiagramBase.js

 Syntax

JavaScript  Copy Code

diagram.cellTextEditing.addEventListener(onCellTextEditing);

 Event Data

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

 See Also