Search
CellTextEdited Event

Raised when the user edits the text of a table's cell.

Syntax

JavaScript  Copy Code

function onCellTextEdited (sender, args)

Event Data

CellTextEdited event handlers receive an argument of type CellEventArgs.

Remarks

To handle the CellTextEdited event, assign the name of the respective JavaScript function (for example, 'onCellTextEdited ') to the  CellTextEditedScript property.

See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace