Search
DiagramView.TreeCollapsedScript Method
See Also
 





Sets the name of a JavaScript function that should be invoked when a user collapses a tree branch by clicking the [+] button of an Expandable node.

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

 Syntax

C#  Copy Code

public DiagramView TreeCollapsedScript (
    string value
)

Visual Basic  Copy Code

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

 Parameters

value

The name of the function

 Return Value

 See Also