Search
DiagramView.AnimatedLayoutCompletedScript Method
See Also
 





Sets the name of a JavaScript function that should be invoked when an animated layout completes.

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

 Syntax

C#  Copy Code

public DiagramView AnimatedLayoutCompletedScript (
    string value
)

Visual Basic  Copy Code

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

 Parameters

value

Name of the animatedLayoutCompleted event handler function.

 Return Value

 See Also