Search
DiagramView.LinkModifiedScript Method
See Also
 





Sets the name of a JavaScript function that should be invoked when the user moves any control point of a link.

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

 Syntax

C#  Copy Code

public DiagramView LinkModifiedScript (
    string value
)

Visual Basic  Copy Code

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

 Parameters

value

The name of the function

 Return Value

 See Also