Raised when the user starts to edit the text of a table cell.
Namespace: MindFusion.Diagramming
File: DiagramBase.js
SyntaxJavaScript
Copy Code
|
|---|
diagram.cellTextEditing.addEventListener(onCellTextEditing); |
Event DataEvent handlers receive a CellEventArgs instance that contains data about this event.
See Also