Search
DiagramBase.laneGridCellTextEdited Event
See Also
 





Raised when the user edits the text of a grid cell.

Namespace: MindFusion.Diagramming
File: DiagramBase.js

 Syntax

JavaScript  Copy Code
diagram.laneGridCellTextEdited.addEventListener(onLaneGridCellTextEdited);

 Event Data

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

 See Also