Search
DiagramView.LinkSelectedScript Method
See Also
 





Sets the name of a JavaScript function that should be invoked when a link is selected, either programmatically or by the user.

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

 Syntax

C#  Copy Code

public DiagramView LinkSelectedScript (
    string value
)

Visual Basic  Copy Code

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

 Parameters

value

The name of the function

 Return Value

 See Also