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