Search
DiagramView.LinkPastedScript Method
See Also
 





Sets the name of a JavaScript function that should be invoked when a diagram link is pasted from clipboard.

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

 Syntax

C#  Copy Code

public DiagramView LinkPastedScript (
    string value
)

Visual Basic  Copy Code

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

 Parameters

value

A string specifying JavaScript function name.

 Return Value

This instance returned for method chaining.

 Remarks

The handler function receives a LinkEventArgs object containing more information about the event.

 See Also