Raised when the user edits the text of a grid cell.
Namespace: MindFusion.Diagramming
File: DiagramBase.js
SyntaxJavaScript
Copy Code
|
|---|
| diagram.laneGridCellTextEdited.addEventListener(onLaneGridCellTextEdited); function onLaneGridCellTextEdited(sender, args) { } |
Event DataEvent handlers receive a CellEventArgs instance that contains data about this event.
See Also