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
SyntaxC#
Copy Code
|
|---|
public DiagramView NodePastedScript ( |
Visual Basic
Copy Code
|
|---|
Public Function NodePastedScript( _ |
A string specifying JavaScript function name.
This instance returned for method chaining.
RemarksThe handler function receives a NodeEventArgs object containing more information about the event.
See Also