Raised when the user edits the text of a table cell.
Namespace: MindFusion.Diagramming
Assembly: Events.js
SyntaxJavaScript
Copy Code
|
|---|
get cellTextEdited() {} |
String
A string containing the event name.
RemarksEvent handlers receive a CellEventArgs instance as argument.
See Also