Search
DiagramView.TreeItemTextEditedScript Method
See Also
 





Sets the name of a JavaScript function that should be invoked when the user edits the text of a tree view item.

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

 Syntax

C#  Copy Code

public DiagramView TreeItemTextEditedScript (
    string value
)

Visual Basic  Copy Code

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

 Parameters

value

 Return Value

 See Also