Search
DiagramView.CellTextEditedScript Method
See Also
 





Sets the name of a JavaScript function that should be invoked when the user edits the text of a table cell.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public DiagramView CellTextEditedScript (
    string value
)

Visual Basic  Copy Code

Public Function CellTextEditedScript( _
    value As String _
) As DiagramView

 Parameters

value

Name of the cellTextEdited event handler function.

 Return Value

 See Also