Search
DiagramView.NodePastedScript Method
See Also
 





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

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

 Syntax

C#  Copy Code

public DiagramView NodePastedScript (
    string value
)

Visual Basic  Copy Code

Public Function NodePastedScript( _
    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 NodeEventArgs object containing more information about the event.

 See Also