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